Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src If using -t, do a "cleandir" before building/installing the
details: https://anonhg.NetBSD.org/src/rev/042ad782e782
branches: trunk
changeset: 517570:042ad782e782
user: thorpej <thorpej%NetBSD.org@localhost>
date: Thu Nov 15 00:14:35 2001 +0000
description:
If using -t, do a "cleandir" before building/installing the
tools. This is something the old "build" hack used to do.
diffstat:
build.sh | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r c7e727db1c0d -r 042ad782e782 build.sh
--- a/build.sh Wed Nov 14 23:48:33 2001 +0000
+++ b/build.sh Thu Nov 15 00:14:35 2001 +0000
@@ -1,5 +1,5 @@
#! /bin/sh
-# $NetBSD: build.sh,v 1.24 2001/11/13 19:03:08 tv Exp $
+# $NetBSD: build.sh,v 1.25 2001/11/15 00:14:35 thorpej Exp $
#
# Top level build wrapper, for a system containing no tools.
#
@@ -309,7 +309,7 @@
eval cat <<EOF $makewrapout
#! /bin/sh
# Set proper variables to allow easy "make" building of a NetBSD subtree.
-# Generated from: \$NetBSD: build.sh,v 1.24 2001/11/13 19:03:08 tv Exp $
+# Generated from: \$NetBSD: build.sh,v 1.25 2001/11/15 00:14:35 thorpej Exp $
#
EOF
@@ -332,5 +332,5 @@
$runcmd $makewrapper obj-tools || exit 1
fi
$runcmd cd tools
- ${runcmd-exec} $makewrapper dependall install
+ ${runcmd-exec} $makewrapper cleandir dependall install
fi
Home |
Main Index |
Thread Index |
Old Index