Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153422486
D12925.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
577 B
Referenced Files
None
Subscribers
None
D12925.diff
View Options
Index: head/Makefile.inc1
===================================================================
--- head/Makefile.inc1
+++ head/Makefile.inc1
@@ -1986,6 +1986,9 @@
.if ${MK_TCSH} != "no"
_tcsh=bin/csh
.endif
+.if ${MK_FILE} != "no"
+_libmagic=lib/libmagic
+.endif
# kernel-toolchain skips _cleanobj, so handle cleaning up previous
# build-tools directories if needed.
@@ -2002,7 +2005,7 @@
${_rescue} \
${_share} \
usr.bin/awk \
- lib/libmagic \
+ ${_libmagic} \
usr.bin/mkesdb_static \
usr.bin/mkcsmapper_static \
usr.bin/vi/catalog \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 22, 2:14 AM (5 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31946694
Default Alt Text
D12925.diff (577 B)
Attached To
Mode
D12925: Only build the libmagic build-tools if MK_FILE != no
Attached
Detach File
Event Timeline
Log In to Comment