Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146163581
D12703.id34083.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
629 B
Referenced Files
None
Subscribers
None
D12703.id34083.diff
View Options
Index: head/share/mk/bsd.prog.mk
===================================================================
--- head/share/mk/bsd.prog.mk
+++ head/share/mk/bsd.prog.mk
@@ -158,6 +158,7 @@
${PROG_FULL}.ll: ${LLOBJS}
${LLVM_LINK} -S -o ${.TARGET} ${LLOBJS}
+CLEANFILES+= ${PROG_FULL}.bc ${PROG_FULL}.ll
.endif # defined(LLVM_LINK)
.if ${MK_MAN} != "no" && !defined(MAN) && \
@@ -181,7 +182,7 @@
.if defined(PROG)
CLEANFILES+= ${PROG} ${PROG}.bc ${PROG}.ll
.if ${MK_DEBUG_FILES} != "no"
-CLEANFILES+= ${PROG_FULL} ${PROG_FULL}.bc ${PROGNAME}.debug ${PROG_FULL}.ll
+CLEANFILES+= ${PROG_FULL} ${PROGNAME}.debug
.endif
.endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 1, 9:04 AM (45 m, 37 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29106879
Default Alt Text
D12703.id34083.diff (629 B)
Attached To
Mode
D12703: Improve logic of CLEANFILES+=${PROG_FULL}.{bc,ll}.
Attached
Detach File
Event Timeline
Log In to Comment