From: Derrick Brashear Date: Mon, 26 Mar 2001 17:26:29 +0000 (+0000) Subject: build-vfsck-for-solaris8-20010326 X-Git-Tag: BP-openafs-devel-autoconf~23 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=146fca9060d18cdfc8c5a5bba54770b96484e5cf;p=packages%2Fo%2Fopenafs.git build-vfsck-for-solaris8-20010326 Before it was being explicitly skipped; Build it --- diff --git a/src/Makefile b/src/Makefile index 58c6cf682..8a3937a1d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -256,8 +256,6 @@ vfsck: minproject vol echo skip vfsck for ${SYS_NAME} ;; \ rs_aix42) \ echo skip vfsck for ${SYS_NAME} ;; \ - sun4x_58 ) \ - echo skip vfsck for ${SYS_NAME} ;; \ * ) \ ${COMPILE_PART1} vfsck ${COMPILE_PART2} ;; \ esac