make.conf doesn't work as expected (MAKEFLAGS and .MAKEFLAGS)
Mathieu Prevot
freebsd-questions at club-internet.fr
Tue Jul 18 15:40:32 UTC 2006
Hello,
in make.conf I added:
.if ${.CURDIR:N/usr/ports/*}
MAKEFLAGS+= -j 9
.endif
but the compilation doesn't occur as if I do `make -j9`
Any ideas ??
More information about the freebsd-questions
mailing list