Am Tue, 16 May 2017 16:01:40 -0700
"Simon J. Gerraty" schrieb:
> Roger Pau Monné 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 overr
Roger Pau Monné 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 t
On Tue, May 16, 2017 at 02:18:36PM +0200, O. Hartmann wrote:
> On Tue, 16 May 2017 09:39:11 +0100
> Roger Pau Monné wrote:
>
> > Hello,
> >
> > I'm trying to build world as a regular user, using sources fetched into my
> > home directory and a different object directory. The rune I'm using to bu
El día Tuesday, May 16, 2017 a las 02:18:36PM +0200, O. Hartmann escribió:
> On Tue, 16 May 2017 09:39:11 +0100
> Roger Pau Monné wrote:
>
> > Hello,
> >
> > I'm trying to build world as a regular user, using sources fetched into my
> > home directory and a different object directory. The rune
On Tue, 16 May 2017 09:39:11 +0100
Roger Pau Monné wrote:
> Hello,
>
> I'm trying to build world as a regular user, using sources fetched into my
> home directory and a different object directory. The rune I'm using to build
> is:
>
> $ cd /home/royger/buildjob/freebsd
> $ make -j30 buildworld
Hello,
I'm trying to build world as a regular user, using sources fetched into my home
directory and a different object directory. The rune I'm using to build is:
$ cd /home/royger/buildjob/freebsd
$ make -j30 buildworld MAKEOBJDIRPREFIX=/home/royger/buildjob/obj/
And this leads to the following