From fd53d5bb32206a754025859d4f44c2be7e4c2da7 Mon Sep 17 00:00:00 2001 From: grant Date: Fri, 26 Nov 2004 12:08:44 +0000 Subject: ensure MAKEFLAGS is empty when calling bmake.boot. HP-UX make(1) sets MAKEFLAGS incorrectly and bmake interprets this as a target. from Eric Schnoebelen in PR pkg/23683. thanks! --- bootstrap/bmake/makefile.boot.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstrap') diff --git a/bootstrap/bmake/makefile.boot.in b/bootstrap/bmake/makefile.boot.in index 35e88e36302..a42b1d28523 100644 --- a/bootstrap/bmake/makefile.boot.in +++ b/bootstrap/bmake/makefile.boot.in @@ -1,5 +1,5 @@ # RCSid: -# $Id: makefile.boot.in,v 1.2 2004/08/23 03:44:34 jlam Exp $ +# $Id: makefile.boot.in,v 1.3 2004/11/26 12:08:44 grant Exp $ # # modify MACHINE and MACHINE_ARCH as appropriate for your target architecture @@ -31,7 +31,7 @@ bmake.boot: ${OBJ} rm -f *.[ado] */*.[ado] bootstrap: bmake.boot - CC="$(CC)" MAKESYSPATH=${MK} ./bmake.boot -f Makefile + CC="$(CC)" MAKEFLAGS="" MAKESYSPATH=${MK} ./bmake.boot -f Makefile install: install-bin install-man install-mk install-bin: -- cgit v1.2.3