]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Enable dvolser and tvolser for FreeBSD
authorBen Kaduk <kaduk@mit.edu>
Wed, 13 Mar 2013 17:27:32 +0000 (13:27 -0400)
committerStephan Wiesand <stephan.wiesand@desy.de>
Tue, 20 Aug 2013 22:31:16 +0000 (15:31 -0700)
The top-level Makefile did not recurse into dvolser or tvolser for
FreeBSD.  They compile just fine, so enable them.

Reviewed-on: http://gerrit.openafs.org/9598
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
(cherry picked from commit e93360ecc79822dd8149990a6eb5f3235b7cca1f)

Change-Id: Ia7dfbce23453a147f2c1ba81718373f632a039b6
Reviewed-on: http://gerrit.openafs.org/10122
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
Makefile.in

index dc38bb3f0c2a809c2dc438eec9a63abd14527fb0..a452b666d4d5d13abb15b0d5a362e5fe94ee9819 100644 (file)
@@ -319,7 +319,7 @@ volser: cmd comerr usd kauth vlserver audit
 
 tvolser: project tviced usd libafsrpc libafsauthent volser
        +@case ${SYS_NAME} in                                           \
-       *_darwin_*|alpha_dux*|sgi_*|sun*_5*|rs_aix*|*linux*|hp_ux11*|ia64_hpux*|*[no]bsd*)   \
+       *_darwin_*|alpha_dux*|sgi_*|sun*_5*|rs_aix*|*linux*|hp_ux11*|ia64_hpux*|*[nof]bsd*)   \
                ${COMPILE_PART1} tvolser ${COMPILE_PART2} &&            \
                if [ "xyes" = "x$(ENABLE_PTHREADED_UNIK)" ] ; then      \
                        $(MAKE) $(COMPILE_PART2B)_vos;                                          \
@@ -330,7 +330,7 @@ tvolser: project tviced usd libafsrpc libafsauthent volser
 
 dvolser: project tviced usd libafsrpc libafsauthent volser
        +@case ${SYS_NAME} in                                           \
-       *_darwin_*|alpha_dux*|sgi_*|sun*_5*|rs_aix*|*linux*|hp_ux11*|ia64_hpux*|*[no]bsd*)   \
+       *_darwin_*|alpha_dux*|sgi_*|sun*_5*|rs_aix*|*linux*|hp_ux11*|ia64_hpux*|*[nof]bsd*)   \
                ${COMPILE_PART1} dvolser ${COMPILE_PART2} ;;            \
        *)                                                              \
                echo Not building DAFS volser for ${SYS_NAME} ;;          \