Am Tue, 16 May 2017 16:01:40 -0700
"Simon J. Gerraty" <s...@juniper.net> schrieb:

> Roger Pau Monné <roger....@citrix.com> wrote:
> > $ cd /home/royger/buildjob/freebsd
> > $ make -j30 buildworld MAKEOBJDIRPREFIX=/home/royger/buildjob/obj/  
> 
> That will not work as desired.
> 
> When you set VAR=val as an argument to make,
> it overrides anything the makefiles want to do
> and there are a number of points where the top level makefiles want to
> play with MAKEOBJDIRPREFIX
> 
> By contrast;
> 
> MAKEOBJDIRPREFIX=/home/royger/buildjob/obj/ make -j30 buildworld 
> 
> or for csh users;
> 
> env MAKEOBJDIRPREFIX=/home/royger/buildjob/obj/ make -j30 buildworld
> 
> provides the same value via the environment, this leaves the makefiles
> able to do as they will.
> _______________________________________________
> freebsd-current@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Thanks for this clarification.

Kind regards,

Oliver

-- 
O. Hartmann

Ich widerspreche der Nutzung oder Übermittlung meiner Daten für
Werbezwecke oder für die Markt- oder Meinungsforschung (§ 28 Abs. 4 BDSG).

Attachment: pgpx31is6gGqz.pgp
Description: OpenPGP digital signature

Reply via email to