buildworld not working with MAKEOBJDIRPREFIX
O. Hartmann
ohartmann at walstatt.org
Wed May 17 17:37:55 UTC 2017
Am Tue, 16 May 2017 16:01:40 -0700
"Simon J. Gerraty" <sjg at juniper.net> schrieb:
> Roger Pau Monné <roger.pau at 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 at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe at 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).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 313 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-current/attachments/20170517/f58f24fa/attachment.sig>
More information about the freebsd-current
mailing list