Page MenuHomeFreeBSD

D27602.diff
No OneTemporary

D27602.diff

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

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)

Event Timeline