]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Remove build system divergences due to DFSG repackaging
authorRuss Allbery <rra@debian.org>
Tue, 6 Apr 2010 21:43:01 +0000 (14:43 -0700)
committerRuss Allbery <rra@debian.org>
Tue, 6 Apr 2010 21:43:01 +0000 (14:43 -0700)
Now that upstream has rewritten all APSL-licensed code, remove the build
system adjustments for the repackaging we'd previously had to do.

configure.in
src/afs/Makefile.in
src/tsalvaged/Makefile.in
src/util/Makefile.in

index 18047714e4ade1d2b0d6a4cdca3e6e3642e5d741..93e4b8c6dd56bf75740972f9ddfc4267555f1baf 100644 (file)
@@ -108,6 +108,12 @@ src/log/test/Makefile \
 src/lwp/Makefile \
 src/lwp/test/Makefile \
 src/packaging/Debian/rules \
+src/packaging/MacOS/OpenAFS-debug.Description.plist \
+src/packaging/MacOS/OpenAFS-debug.Info.plist \
+src/packaging/MacOS/OpenAFS.Description.plist \
+src/packaging/MacOS/OpenAFS.Info.plist \
+src/packaging/MacOS/OpenAFS.info \
+src/packaging/MacOS/buildpkg.sh \
 src/packaging/RedHat/openafs.spec \
 src/pam/Makefile \
 src/platform/Makefile \
index d396af1d55621385f6627f4b4224d9f7aca58d3c..9f4864f3ce3f1da476dd8845e6a5a95209311496 100644 (file)
@@ -47,7 +47,8 @@ depinstall: afszcm.cat AFS_component_version_number.c \
        ${TOP_INCDIR}/afs/afs_stats.h \
        ${TOP_INCDIR}/afs/exporter.h \
        ${TOP_INCDIR}/afs/nfsclient.h \
-       ${TOP_INCDIR}/afs/unified_afs.h
+       ${TOP_INCDIR}/afs/unified_afs.h \
+       ${TOP_INCDIR}/afs/sysctl.h
 
 ${TOP_INCDIR}/afs/afs_consts.h: afs_consts.h
        ${INSTALL_DATA} $? $@
@@ -82,6 +83,7 @@ install: unified_afs.h
        ${INSTALL_DATA} nfsclient.h ${DESTDIR}${includedir}/afs/nfsclient.h
        ${INSTALL_DATA} ${MKAFS_OSTYPE}/osi_inode.h \
            ${DESTDIR}${includedir}/afs/osi_inode.h
+       ${INSTALL_DATA} sysctl.h ${DESTDIR}${includedir}/afs/sysctl.h
        ${INSTALL_DATA} unified_afs.h ${DESTDIR}${includedir}/afs/unified_afs.h
        case ${SYS_NAME} in \
            i386_fbsd*) \
@@ -106,6 +108,7 @@ dest: unified_afs.h
        ${INSTALL_DATA} exporter.h ${DEST}/include/afs/exporter.h
        ${INSTALL_DATA} nfsclient.h ${DEST}/include/afs/nfsclient.h
        ${INSTALL_DATA} ${MKAFS_OSTYPE}/osi_inode.h ${DEST}/include/afs/osi_inode.h
+       ${INSTALL_DATA} sysctl.h ${DEST}/include/afs/sysctl.h
        ${INSTALL_DATA} unified_afs.h ${DEST}/include/afs/unified_afs.h
        case ${SYS_NAME} in \
            i386_fbsd*) \
index 86140e4a765f2525e96c94b0aa73288aeb32fcae..464b6ce084adf568e22cf73fdc86944fdc345c28 100644 (file)
@@ -36,7 +36,7 @@ DIROBJS=buffer.o dir.o salvage.o
 
 LWPOBJS=lock.o threadname.o
 
-UTILOBJS=assert.o uuid.o serverLog.o fileutil.o netutils.o dirpath.o volparse.o flipbase64.o softsig.o
+UTILOBJS=assert.o uuid.o serverLog.o fileutil.o netutils.o dirpath.o volparse.o flipbase64.o softsig.o fstab.o
 
 VLIBOBJS=vnode.o volume.o vutil.o partition.o fssync-client.o \
         clone.o nuke.o devname.o listinodes.o ihandle.o \
index 12d51cf2c47e8cc1cd2f77004d97913d81867ab7..c39998fd61d3bde3a6c0d5cfe12342bf881b5bdb 100644 (file)
@@ -16,7 +16,7 @@ HELPER_SPLINT=@HELPER_SPLINT@
 
 objects = assert.o base64.o casestrcpy.o ktime.o volparse.o hostparse.o \
         hputil.o kreltime.o isathing.o get_krbrlm.o uuid.o serverLog.o \
-        dirpath.o fileutil.o netutils.o flipbase64.o \
+        dirpath.o fileutil.o netutils.o flipbase64.o fstab.o \
         afs_atomlist.o afs_lhash.o snprintf.o strlcat.o strlcpy.o strnlen.o \
         pthread_glock.o daemon.o rxkstats.o ${REGEX_OBJ}