From owner-freebsd-current Tue Dec 14 6:52:55 1999 Delivered-To: freebsd-current@freebsd.org Received: from mail.scc.nl (node1374.a2000.nl [62.108.19.116]) by hub.freebsd.org (Postfix) with ESMTP id B118C14D72 for ; Tue, 14 Dec 1999 06:52:51 -0800 (PST) (envelope-from freebsd-current@scc.nl) Received: (from daemon@localhost) by mail.scc.nl (8.9.3/8.9.3) id PAA38975 for current@FreeBSD.org; Tue, 14 Dec 1999 15:42:16 +0100 (CET) (envelope-from freebsd-current@scc.nl) Received: from GATEWAY by dwarf.hq.scc.nl with netnews for current@FreeBSD.org (current@FreeBSD.org) To: current@FreeBSD.org Date: Tue, 14 Dec 1999 15:42:11 +0100 From: Marcel Moolenaar Message-ID: <38565743.F27BE03D@scc.nl> Organization: SCC vof Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: <38564693.EE9DB4EC@scc.nl>, <46605.945180598@axl.noc.iafrica.com> Subject: Re: Broken sh(1)? Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sheldon Hearn wrote: > > 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? That make(1) would execute. -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ The FreeBSD project mailto:marcel@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message