Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150670624
D42001.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
614 B
Referenced Files
None
Subscribers
None
D42001.diff
View Options
diff --git a/share/mk/bsd.sys.mk b/share/mk/bsd.sys.mk
--- a/share/mk/bsd.sys.mk
+++ b/share/mk/bsd.sys.mk
@@ -501,3 +501,8 @@
.endif
.endfor
.endif
+
+# we are generally the last makefile read
+CFLAGS+= ${CFLAGS_LAST}
+CXXFLAGS+= ${CXXFLAGS_LAST}
+LDFLAGS+= ${LDFLAGS_LAST}
diff --git a/share/mk/local.autodep.mk b/share/mk/local.autodep.mk
--- a/share/mk/local.autodep.mk
+++ b/share/mk/local.autodep.mk
@@ -11,10 +11,6 @@
PIEO?= .pieo
OBJ_EXTENSIONS+= ${NOSSPPICO} ${PIEO}
-CFLAGS+= ${CFLAGS_LAST}
-CXXFLAGS+= ${CXXFLAGS_LAST}
-LDFLAGS+= ${LDFLAGS_LAST}
-
CLEANFILES+= .depend
# handy for debugging
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 4, 6:14 AM (6 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30790084
Default Alt Text
D42001.diff (614 B)
Attached To
Mode
D42001: Move the adding of CFLAGS_LAST to bsd.sys.mk
Attached
Detach File
Event Timeline
Log In to Comment