Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150494680
D27602.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
525 B
Referenced Files
None
Subscribers
None
D27602.diff
View Options
diff --git a/Makefile.inc1 b/Makefile.inc1
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -2287,6 +2287,14 @@
.endif
.endif
+# 1300102: VHDX support
+.if ${BOOTSTRAPPING} < 1201520 || \
+ (${BOOTSTRAPPING} > 1300000 && ${BOOTSTRAPPING} < 1300102)
+_mkimg= usr.bin/mkimg
+.else
+_bootstrap_tools_links+=mkimg
+.endif
+
_yacc= usr.bin/yacc
.if ${MK_BSNMP} != "no"
@@ -2462,6 +2470,7 @@
${_flua} \
${_crunchide} \
${_crunchgen} \
+ ${_mkimg} \
${_nmtree} \
${_vtfontcvt} \
${_localedef} \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 2, 5:11 PM (16 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30730931
Default Alt Text
D27602.diff (525 B)
Attached To
Mode
D27602: Add mkimg to the list of bootstrap tools
Attached
Detach File
Event Timeline
Log In to Comment