diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2013-04-01 21:12:55 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2013-04-01 21:12:55 +0000 |
| commit | 3784f43e18c800101799ccd6fdcf75aa856c66fa (patch) | |
| tree | bd0851307cb763adb7f671780db3884282c680ce /boot-strap | |
| parent | 70bd6b310d1f226fcbc7a14b3550c55d9223648d (diff) | |
Import bmake-20130330vendor/NetBSD/bmake/20130330
Notes
svn path=/vendor/NetBSD/bmake/dist/; revision=248989
svn path=/vendor/NetBSD/bmake/20130330/; revision=248990; tag=vendor/NetBSD/bmake/20130330
Diffstat (limited to 'boot-strap')
| -rwxr-xr-x | boot-strap | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/boot-strap b/boot-strap index 7eff5f65ae16..2193926d8023 100755 --- a/boot-strap +++ b/boot-strap @@ -111,7 +111,7 @@ # Simon J. Gerraty <sjg@crufty.net> # RCSid: -# $Id: boot-strap,v 1.42 2013/01/25 20:20:33 sjg Exp $ +# $Id: boot-strap,v 1.43 2013/03/02 18:55:23 sjg Exp $ # # @(#) Copyright (c) 2001 Simon J. Gerraty # @@ -159,6 +159,9 @@ source_rc() { cmd_args="$@" +# clear some things from the environment that we care about +unset MAKEOBJDIR MAKEOBJDIRPREFIX + # --install[-host-target] will set this INSTALL_PREFIX= # other things we pass to install step |
