Page MenuHomeFreeBSD

D24835.diff
No OneTemporary

D24835.diff

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

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)

Event Timeline