]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
bozo-misc-cleanup-20020118
authorLove Hörnquist-Åstrand <lha@e.kth.se>
Fri, 18 Jan 2002 21:03:32 +0000 (21:03 +0000)
committerDerrick Brashear <shadow@dementia.org>
Fri, 18 Jan 2002 21:03:32 +0000 (21:03 +0000)
- remove bos_util and install it
- ignore it

src/bozo/.cvsignore
src/bozo/Makefile.in

index bf4029e85c48ed61fe23f960aa8a0bac5237b21c..73aff8d62cefe61ca1632f562de9ab72a73b22d1 100644 (file)
@@ -2,6 +2,7 @@ AFS_component_version_number.c
 Makefile
 bnode.h
 bos
+bos_util
 boserr.c
 bosint.cs.c
 bosint.h
index 656f947daeef85986414d87671515a2f10b0a494..a2ccc60fb954761f3d7e1b98a1e6c8f975fc25b6 100644 (file)
@@ -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