From owner-freebsd-current Tue Dec 14 6:10:28 1999 Delivered-To: freebsd-current@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 4DB7614F36 for ; Tue, 14 Dec 1999 06:10:18 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.11 #1) id 11xseN-000C7i-00; Tue, 14 Dec 1999 16:09:59 +0200 From: Sheldon Hearn To: Marcel Moolenaar Cc: current@FreeBSD.ORG Subject: Re: Broken sh(1)? In-reply-to: Your message of "Tue, 14 Dec 1999 14:30:59 +0100." <38564693.EE9DB4EC@scc.nl> Date: Tue, 14 Dec 1999 16:09:58 +0200 Message-ID: <46605.945180598@axl.noc.iafrica.com> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 14 Dec 1999 14:30:59 +0100, Marcel Moolenaar wrote: > #!/bin/sh -ev > cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/i386 \ > PATH=/usr/obj/usr/src/i386/bin:/usr/obj/usr/src/i386/usr/bin:\ > /usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin:\ > /usr/games:/usr/local/bin:/usr/X11R6/bin:/home/marcel/bin \ > INSTALL="sh /usr/src/tools/install.sh" \ > DESTDIR=/usr/obj/usr/src/i386 TARGET_ARCH=i386 \ > MACHINE_ARCH=i386 make -f Makefile.inc1 -DNOMAN -DNOINFO \ > -DNO_FORTRAN -DNO_GDB tools > cd /usr/src; make -f Makefile.inc1 par-obj You set all those variables for the first make command, but not for the second. What did you expect to happen? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message