[Bug 114082] [make.conf] [patch] default CFLAGS have a blank at the end
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=114082 Mark Linimon changed: What|Removed |Added Status|In Progress |Closed Assignee|freebsd-bugs@FreeBSD.org|lini...@freebsd.org Resolution|--- |Overcome By Events -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 114082] [make.conf] [patch] default CFLAGS have a blank at the end
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=114082 fernando.apesteg...@gmail.com changed: What|Removed |Added CC||fernando.apesteguia@gmail.c ||om --- Comment #8 from fernando.apesteg...@gmail.com --- This PR seems to be fixed by now. bsd.cpu.mk contains the following check: if !defined(NO_CPU_CFLAGS) CFLAGS += ${_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:12:40 UTC 2017 r...@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 fernape@beastie:/etc$ -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 114082] [make.conf] [patch] default CFLAGS have a blank at the end
http://bugs.freebsd.org/bugzilla/show_bug.cgi?id=114082 Alexander Best changed: What|Removed |Added Assignee|arun...@freebsd.org |freebsd-bugs@FreeBSD.org --- Comment #7 from Alexander Best --- Reset assignee -- not working on these PRs atm. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"