Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153056889
D24835.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
533 B
Referenced Files
None
Subscribers
None
D24835.diff
View Options
Index: head/sys/conf/kmod.mk
===================================================================
--- head/sys/conf/kmod.mk
+++ head/sys/conf/kmod.mk
@@ -215,7 +215,7 @@
PROG= ${KMOD}.ko
.endif
-.if !defined(DEBUG_FLAGS)
+.if !defined(DEBUG_FLAGS) || ${MK_KERNEL_SYMBOLS} == "no"
FULLPROG= ${PROG}
.else
FULLPROG= ${PROG}.full
@@ -319,7 +319,7 @@
CLEANFILES+= ${PROG} ${KMOD}.kld ${OBJS}
-.if defined(DEBUG_FLAGS)
+.if defined(DEBUG_FLAGS) && ${MK_KERNEL_SYMBOLS} != "no"
CLEANFILES+= ${FULLPROG} ${PROG}.debug
.endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 19, 9:30 PM (1 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31800008
Default Alt Text
D24835.diff (533 B)
Attached To
Mode
D24835: kmod.mk: Don't split out debug symbols if requested
Attached
Detach File
Event Timeline
Log In to Comment