Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 01 Dec 2017 19:07:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 114082] [make.conf] [patch] default CFLAGS have a blank at the end
Message-ID:  <bug-114082-8-fS9jwkFGyQ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-114082-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-114082-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D114082

fernando.apesteguia@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fernando.apesteguia@gmail.c
                   |                            |om

--- Comment #8 from fernando.apesteguia@gmail.com ---
This PR seems to be fixed by now.

bsd.cpu.mk contains the following check:

if !defined(NO_CPU_CFLAGS)
CFLAGS +=3D ${_CPUCFLAGS}
.endif

Testing with non-existent make.conf:

fernape@beastie:~$ cd /etc/
fernape@beastie:/etc$ ls make.conf.*
make.conf.bak  make.conf.mio
fernape@beastie:/etc$ make -dA -VCFLAGS | grep CPUCFLAGS
fernape@beastie:/etc$ make -dA -VCFLAGS | grep CFLAGS | grep Apply
Applying[.MAKEFLAGS] :M to " -d A -V CFLAGS"
Applying[CFLAGS] :M to "-O2 -pipe"
Applying[.MAKEFLAGS] :M to " -d A -V CFLAGS"
Applying[.MAKEFLAGS] :M to " -d A -V CFLAGS"
fernape@beastie:/etc$ uname -a
FreeBSD beastie 11.1-RELEASE-p4 FreeBSD 11.1-RELEASE-p4 #0: Tue Nov 14 06:1=
2:40
UTC 2017     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERI=
C=20
amd64
fernape@beastie:/etc$

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-114082-8-fS9jwkFGyQ>