From: Love Hörnquist-Åstrand Date: Fri, 18 Jan 2002 21:03:32 +0000 (+0000) Subject: bozo-misc-cleanup-20020118 X-Git-Tag: openafs-devel-1_3_0~54 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=a1aba97dbb9609ed52b90b780f1525e5cc1b7e6a;p=packages%2Fo%2Fopenafs.git bozo-misc-cleanup-20020118 - remove bos_util and install it - ignore it --- diff --git a/src/bozo/.cvsignore b/src/bozo/.cvsignore index bf4029e85..73aff8d62 100644 --- a/src/bozo/.cvsignore +++ b/src/bozo/.cvsignore @@ -2,6 +2,7 @@ AFS_component_version_number.c Makefile bnode.h bos +bos_util boserr.c bosint.cs.c bosint.h diff --git a/src/bozo/Makefile.in b/src/bozo/Makefile.in index 656f947da..a2ccc60fb 100644 --- a/src/bozo/Makefile.in +++ b/src/bozo/Makefile.in @@ -135,8 +135,9 @@ ${DEST}/include/afs/bnode.h: bnode.h # Misc. targets # clean: - $(RM) -f *.a *.o bos bosserver testproc bosint.cs.c bosint.ss.c bosint.xdr.c \ - bosint.h core boserr.c bnode.h AFS_component_version_number.c + $(RM) -f *.a *.o bos bosserver testproc bos_util \ + bosint.cs.c bosint.ss.c bosint.xdr.c bosint.h \ + core boserr.c bnode.h AFS_component_version_number.c test: cd test; $(MAKE) @@ -157,7 +158,7 @@ ${DESTDIR}${bindir}/bos: bos ${DESTDIR}${afssrvbindir}/bos: bos ${INSTALL} $? $@ -${DESTDIR}${afssrvbindir}/bos_util: bos_util +${DESTDIR}${afssrvsbindir}/bos_util: bos_util ${INSTALL} $? $@ ${DESTDIR}${libdir}/afs/libbos.a: libbos.a