pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/bootstrap only attempt to remove bmake files if 'cd bm...
details: https://anonhg.NetBSD.org/pkgsrc/rev/056a181922f4
branches: trunk
changeset: 475743:056a181922f4
user: jschauma <jschauma%pkgsrc.org@localhost>
date: Tue May 25 02:25:21 2004 +0000
description:
only attempt to remove bmake files if 'cd bmake' was successful.
diffstat:
bootstrap/cleanup | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 60e701b43686 -r 056a181922f4 bootstrap/cleanup
--- a/bootstrap/cleanup Tue May 25 01:34:06 2004 +0000
+++ b/bootstrap/cleanup Tue May 25 02:25:21 2004 +0000
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: cleanup,v 1.5 2004/03/31 23:46:14 jschauma Exp $
+# $NetBSD: cleanup,v 1.6 2004/05/25 02:25:21 jschauma Exp $
#
wrkdir=${1:-work}
@@ -9,7 +9,7 @@
PATH=/usr/ccs/bin:$PATH; export PATH
fi
-(cd $wrkdir/bmake; rm -f *.o lst.lib/*.o bmake bmake.boot Makefile confdefs.h config.h config.log config.status config.cache makefile.boot lst.lib/makefile.boot; \
+(cd $wrkdir/bmake && rm -f *.o lst.lib/*.o bmake bmake.boot Makefile confdefs.h config.h config.log config.status config.cache makefile.boot lst.lib/makefile.boot; \
[ -f mk/bsd.man.mk.orig ] && mv -f mk/bsd.man.mk.orig mk/bsd.man.mk; \
[ -f mk/bsd.lib.mk.orig ] && mv -f mk/bsd.lib.mk.orig mk/bsd.lib.mk; )
for d in libnbcompat digest tnftp pax pkg_install mtree sed; do
Home |
Main Index |
Thread Index |
Old Index