Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jul 2006 17:42:23 +0200
From:      Mathieu Prevot <freebsd-questions@club-internet.fr>
To:        freebsd-questions@freebsd.org
Subject:   make.conf doesn't work as expected (MAKEFLAGS and .MAKEFLAGS)
Message-ID:  <20060718154223.GA76061@scienceclue.ath.cx>

next in thread | raw e-mail | index | archive | help
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 ??



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060718154223.GA76061>