]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Now that make(1) passes variables that were given on the command line
authorMarcel Moolenaar <marcel@FreeBSD.org>
Fri, 6 Aug 2004 17:07:40 +0000 (17:07 +0000)
committerMarcel Moolenaar <marcel@FreeBSD.org>
Fri, 6 Aug 2004 17:07:40 +0000 (17:07 +0000)
commit9090f0c2616243ab9f8ecd7cf81d2d712894cf93
tree2df82b92b3447e98edc1d039dd01fd2707ec2fc9
parent91f18ef9289c9e48c35ee5df3340022ceab54149
Now that make(1) passes variables that were given on the command line
to subordinate make(1) invocations through MAKEFLAGS, we cannot add
CFLAGS onto the make(1) command line. This will conflict with the
individual makefiles wanting to append to it, which is not respected
when CFLAGS is given on the command line. Hence build breakage.
So, put CFLAGS in the environment instead.
release/Makefile