From: Nathan Neulinger Date: Mon, 23 Apr 2001 08:01:53 +0000 (+0000) Subject: STABLE10-vfsck-doesnt-build-on-hpux11-20010423 X-Git-Tag: openafs-stable-1_0_4~41 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=01ea2cec984ae83da236f3f8c344ae075e52460f;p=packages%2Fo%2Fopenafs.git STABLE10-vfsck-doesnt-build-on-hpux11-20010423 vfsck won't build on hpux 11; don't try --- diff --git a/src/Makefile b/src/Makefile index 54e05b615..fcee72943 100644 --- a/src/Makefile +++ b/src/Makefile @@ -253,7 +253,7 @@ bozo: project ntp audit vfsck: minproject vol set -x; \ case ${SYS_NAME} in \ - sgi_* | *linux* | rs_aix42 | ppc_darwin* | hp_ux102 ) \ + sgi_* | *linux* | rs_aix42 | ppc_darwin* | hp_ux* ) \ echo skip vfsck for ${SYS_NAME} ;; \ * ) \ ${COMPILE_PART1} vfsck ${COMPILE_PART2} ;; \