From: Ben Kaduk Date: Tue, 7 Jun 2011 15:30:18 +0000 (-0400) Subject: Also install afszcm.cat for i386_fbsd X-Git-Tag: upstream/1.6.0.pre7^2~63 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=2322d8238a2382d0c84dc1382d7a4370c8096a9b;p=packages%2Fo%2Fopenafs.git Also install afszcm.cat for i386_fbsd The change gerrit/4760 enabled the use of gencat to actually build this file, but failed to also change installation logic, so it was sitting unused in the build tree. Fix this, and install the file. This allows us to remove a shell case statement which had formerly been needed to enforce this restriction. Reviewed-on: http://gerrit.openafs.org/4815 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear (cherry picked from commit 445a8b5461c66160552136214a1d8d97de15967e) Change-Id: Ic39fecb824be58a8890c665dedcd1eff2b4f9bdc Reviewed-on: http://gerrit.openafs.org/4848 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/src/afs/Makefile.in b/src/afs/Makefile.in index 717be6115..d7e4c4096 100644 --- a/src/afs/Makefile.in +++ b/src/afs/Makefile.in @@ -85,13 +85,7 @@ install: unified_afs.h ${DESTDIR}${includedir}/afs/osi_inode.h ${INSTALL_DATA} ${srcdir}/sysctl.h ${DESTDIR}${includedir}/afs/sysctl.h ${INSTALL_DATA} unified_afs.h ${DESTDIR}${includedir}/afs/unified_afs.h - case ${SYS_NAME} in \ - i386_fbsd*) \ - echo skipping afszcm.cat install for ${SYS_NAME} ;; \ - *) \ - ${INSTALL_DATA} afszcm.cat \ - ${DESTDIR}${afsdatadir}/C/afszcm.cat ;; \ - esac + ${INSTALL_DATA} afszcm.cat ${DESTDIR}${afsdatadir}/C/afszcm.cat case ${SYS_NAME} in \ *linux*) \ ${INSTALL_DATA} ${srcdir}/${MKAFS_OSTYPE}/osi_vfs.h \