From: Russ Allbery Date: Thu, 17 Jul 2008 23:19:49 +0000 (-0700) Subject: Remove fstab.o from building X-Git-Tag: debian/1.5.50.dfsg1-1~7 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=5e47c409e81bc16b251f7eebe7bf4f052c6fc6ef;p=packages%2Fo%2Fopenafs.git Remove fstab.o from building This file isn't covered by a DFSG-free license. The Makefile change was mistakenly lost in the merge of 1.5.50, and there are some additional Makefiles that now reference it. --- diff --git a/src/tsalvaged/Makefile.in b/src/tsalvaged/Makefile.in index 8faa2cd35..becde9d09 100644 --- a/src/tsalvaged/Makefile.in +++ b/src/tsalvaged/Makefile.in @@ -32,7 +32,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 fstab.o +UTILOBJS=assert.o uuid.o serverLog.o fileutil.o netutils.o dirpath.o volparse.o flipbase64.o softsig.o VLIBOBJS=vnode.o volume.o vutil.o partition.o fssync-client.o \ clone.o nuke.o devname.o listinodes.o ihandle.o \ diff --git a/src/tviced/Makefile.in b/src/tviced/Makefile.in index 67970cb4e..245ae809b 100644 --- a/src/tviced/Makefile.in +++ b/src/tviced/Makefile.in @@ -39,7 +39,7 @@ DIROBJS=buffer.o dir.o salvage.o VOLOBJS= vnode.o volume.o vutil.o partition.o fssync-server.o \ clone.o devname.o common.o ihandle.o listinodes.o namei_ops.o \ - fstab.o salvsync-client.o daemon_com.o + salvsync-client.o daemon_com.o FSINTOBJS= afsaux.o afscbint.cs.o afsint.ss.o afsint.xdr.o diff --git a/src/util/Makefile.in b/src/util/Makefile.in index a67f95bfe..8bea18995 100644 --- a/src/util/Makefile.in +++ b/src/util/Makefile.in @@ -12,7 +12,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 fstab.o \ + dirpath.o fileutil.o netutils.o flipbase64.o \ afs_atomlist.o afs_lhash.o snprintf.o strlcat.o strlcpy.o strnlen.o \ pthread_glock.o daemon.o rxkstats.o ${REGEX_OBJ}