From 71eaf0698494f792020ce529e9ee56105f9ff8f8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Love=20H=C3=B6rnquist-=C3=85strand?= Date: Sun, 20 Jan 2002 09:07:31 +0000 Subject: [PATCH] - remove bos_util and install it - ignore it (cherry picked from commit a1aba97dbb9609ed52b90b780f1525e5cc1b7e6a) --- src/bozo/.cvsignore | 1 + src/bozo/Makefile.in | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) 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 67e2920d3..b6c00e4cd 100644 --- a/src/bozo/Makefile.in +++ b/src/bozo/Makefile.in @@ -141,8 +141,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) @@ -163,7 +164,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 -- 2.39.5