Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F166861636
D27602.id80669.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
566 B
Referenced Files
None
Subscribers
None
D27602.id80669.diff
View Options
Index: Makefile.inc1
===================================================================
--- Makefile.inc1
+++ 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
Tue, Aug 18, 6:05 AM (6 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36886314
Default Alt Text
D27602.id80669.diff (566 B)
Attached To
Mode
D27602: Add mkimg to the list of bootstrap tools
Attached
Detach File
Event Timeline
Log In to Comment