Subject: mk.conf ignored by kernel build?
To: None <current-users@netbsd.org>
From: Martin Husemann <martin@rumolt.teuto.de>
List: current-users
Date: 02/05/1999 06:57:40
Since a very long time ago I have this in my /etc/mk.conf:

.if ! ${CFLAGS:M-pipe}
CFLAGS += -pipe
.endif

My machine has loads of memory but no local disk - so this speeds
up compiles quite a bit. When doing make in, say, /usr/src/bin/ls
everything is fine. When compiling a kernel, no -pipe is used.

I don't know if this ever worked, is it supposed to?


Martin