summaryrefslogtreecommitdiffstats
path: root/contrib/bmake/boot-strap
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2014-07-08 22:27:50 +0000
committersjg <sjg@FreeBSD.org>2014-07-08 22:27:50 +0000
commit8a8bdedf3516cfc13d63e3d424375679d4fe2a5c (patch)
tree4c5229352cca8f44795e8423807a3ec5d9f482ed /contrib/bmake/boot-strap
parent26d6f0488543168ab53e731b626612a7d1028552 (diff)
downloadFreeBSD-src-8a8bdedf3516cfc13d63e3d424375679d4fe2a5c.zip
FreeBSD-src-8a8bdedf3516cfc13d63e3d424375679d4fe2a5c.tar.gz
Update to bmake-20140620
Main change is detection of malformed variable references. Reviewed by: obrien
Diffstat (limited to 'contrib/bmake/boot-strap')
-rwxr-xr-xcontrib/bmake/boot-strap6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/bmake/boot-strap b/contrib/bmake/boot-strap
index 3c25c37..340c46a 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.44 2014/01/08 14:49:10 sjg Exp $
+# $Id: boot-strap,v 1.45 2014/04/05 22:56:54 sjg Exp $
#
# @(#) Copyright (c) 2001 Simon J. Gerraty
#
@@ -197,7 +197,7 @@ get_optarg() {
here=`'pwd'`
if [ $here = $Mydir ]; then
- # avoid polution
+ # avoid pollution
OBJROOT=../
fi
@@ -453,7 +453,7 @@ op_all() {
echo "Use --install-destdir=/somewhere to set DESTDIR during install"
echo "Use --install-host-target to use INSTALL_BIN=$HOST_TARGET/bin"
echo "Use -DWITH_PROG_VERSION to install as bmake-$MAKE_VERSION"
- echo "Use -DWITHOUT_PROG_LINK to supress bmake -> bmake-$MAKE_VERSION symlink"
+ echo "Use -DWITHOUT_PROG_LINK to suppress bmake -> bmake-$MAKE_VERSION symlink"
echo "Use -DWITHOUT_INSTALL_MK to skip installing files to $prefix/share/mk"
fi
}
OpenPOWER on IntegriCloud