Back out previous; I'll figure out another way.
This commit is contained in:
parent
a939a62069
commit
c7acd88451
8
build.sh
8
build.sh
@ -1,5 +1,5 @@
|
||||
#! /bin/sh
|
||||
# $NetBSD: build.sh,v 1.65 2002/09/13 18:36:01 thorpej Exp $
|
||||
# $NetBSD: build.sh,v 1.66 2002/09/13 22:17:04 thorpej Exp $
|
||||
#
|
||||
# Top level build wrapper, for a system containing no tools.
|
||||
#
|
||||
@ -239,9 +239,7 @@ export MAKEFLAGS MACHINE MACHINE_ARCH
|
||||
make="${TOOLDIR-nonexistent}/bin/nbmake"
|
||||
if [ -x $make ]; then
|
||||
for f in usr.bin/make/*.[ch] usr.bin/make/lst.lib/*.[ch]; do
|
||||
# Explcitly use /bin/test here; makes this script
|
||||
# work otherwise-unchanged with Solaris 8's /bin/sh.
|
||||
if /bin/test $f -nt $make; then
|
||||
if [ $f -nt $make ]; then
|
||||
do_rebuildmake=true; break
|
||||
fi
|
||||
done
|
||||
@ -382,7 +380,7 @@ fi
|
||||
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.65 2002/09/13 18:36:01 thorpej Exp $
|
||||
# Generated from: \$NetBSD: build.sh,v 1.66 2002/09/13 22:17:04 thorpej Exp $
|
||||
#
|
||||
|
||||
EOF
|
||||
|
Loading…
Reference in New Issue
Block a user