uss: always build uss

Revert change Ibab1dd189e7fbc41ca01e7ef7479421c056999f5 since uss
should always be safe to build now that its parser symbols are private.

Change-Id: I65fd2008b037dd36a2c7d3ef8817d4d7dda689d7
Reviewed-on: http://gerrit.openafs.org/11653
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Daria Brashear <shadow@your-file-system.com>
This commit is contained in:
Chas Williams (CONTRACTOR) 2015-01-05 10:41:53 -05:00 committed by Daria Brashear
parent 1bb8ad4171
commit 00a33b26d7
2 changed files with 1 additions and 14 deletions

View File

@ -355,11 +355,7 @@ scout: cmd comerr gtx fsprobe
fi
uss: hcrypto kauth cmd comerr rx vlserver vol volser
+if test "@BUILD_USS@" = "yes"; then \
${COMPILE_PART1} uss ${COMPILE_PART2} ; \
else \
echo Not building uss. ; \
fi
+${COMPILE_PART1} uss ${COMPILE_PART2}
bozo: cmd comerr audit auth kauth volser
+${COMPILE_PART1} bozo ${COMPILE_PART2}

View File

@ -79,8 +79,6 @@ dnl General feature options.
AC_ARG_ENABLE([gtx],
[AS_HELP_STRING([--disable-gtx], [disable gtx curses-based terminal tools])])
AC_ARG_ENABLE([uss],
[AS_HELP_STRING([--disable-uss], [disable uss bulk creation tool])])
AC_ARG_ENABLE([namei-fileserver],
[AS_HELP_STRING([--enable-namei-fileserver],
[force compilation of namei fileserver in preference to inode
@ -1539,13 +1537,6 @@ else
fi
AC_SUBST(BUILD_LOGIN)
if test "$enable_uss" = yes; then
BUILD_USS="yes"
else
BUILD_USS="no"
fi
AC_SUBST(BUILD_USS)
if test "$enable_kauth" = yes; then
INSTALL_KAUTH="yes"
else