From: Ben Kaduk Date: Tue, 31 May 2011 19:25:35 +0000 (-0400) Subject: Enable gencat for i386_fbsd_* X-Git-Tag: upstream/1.8.0_pre1^2~3691 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=55a41d00057106913ce2aba50772a56bc994a9a4;p=packages%2Fo%2Fopenafs.git Enable gencat for i386_fbsd_* The machines certainly have a /usr/bin/gencat, and I see nothing in history to indicate a reason for this prevention. Allow the 32-bit machines to build afszcm.cat and make packaging more uniform between architectures. Change-Id: If1017d28cc804d58cfb29019158ad5b3d70da9ac Reviewed-on: http://gerrit.openafs.org/4760 Reviewed-by: Simon Wilkinson Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/src/afs/Makefile.in b/src/afs/Makefile.in index e13d50a9a..f46c693c5 100644 --- a/src/afs/Makefile.in +++ b/src/afs/Makefile.in @@ -34,8 +34,6 @@ afszcm.cat: afs_trace.msf gencat --new afszcm.cat afs_trace.msf ;; \ *_darwin_* ) \ gencat -new afszcm.cat afs_trace.msf ;; \ - i386_fbsd*) \ - echo No gencat for ${SYS_NAME} ;; \ * ) \ gencat afszcm.cat afs_trace.msf ;; \ esac