summaryrefslogtreecommitdiffstats
path: root/contrib/bmake/boot-strap
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2016-06-05 20:26:16 +0000
committersjg <sjg@FreeBSD.org>2016-06-05 20:26:16 +0000
commitb63d9399ea84c3d83a9ec4d646972ec9ecbbcbdd (patch)
tree5ed115fe90cf50ecbfbb79acaacf35e328d96103 /contrib/bmake/boot-strap
parent0366f1b52787fc04c4e16927e2a5d2d9b9920673 (diff)
downloadFreeBSD-src-b63d9399ea84c3d83a9ec4d646972ec9ecbbcbdd.zip
FreeBSD-src-b63d9399ea84c3d83a9ec4d646972ec9ecbbcbdd.tar.gz
Import bmake-20160604
Performace improvements for meta mode.
Diffstat (limited to 'contrib/bmake/boot-strap')
-rwxr-xr-xcontrib/bmake/boot-strap4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/bmake/boot-strap b/contrib/bmake/boot-strap
index a49ffb1..af128b4 100755
--- a/contrib/bmake/boot-strap
+++ b/contrib/bmake/boot-strap
@@ -111,7 +111,7 @@
# Simon J. Gerraty <sjg@crufty.net>
# RCSid:
-# $Id: boot-strap,v 1.48 2015/10/25 05:20:48 sjg Exp $
+# $Id: boot-strap,v 1.49 2016/05/29 00:09:14 sjg Exp $
#
# @(#) Copyright (c) 2001 Simon J. Gerraty
#
@@ -451,7 +451,7 @@ op_all() {
op_install
else
op_test
- MAKE_VERSION=`sed -n '/^MAKE_VERSION/ { s,.*= *,,;p; }' $srcdir/Makefile`
+ MAKE_VERSION=`sed -n '/^_MAKE_VERSION/ { s,.*= *,,;p; }' $srcdir/Makefile`
echo You can install by running:
echo
echo $0 $cmd_args op=install
OpenPOWER on IntegriCloud