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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to