Page MenuHomeFreeBSD

D27619.id80719.diff
No OneTemporary

D27619.id80719.diff

Index: Makefile.inc1
===================================================================
--- Makefile.inc1
+++ Makefile.inc1
@@ -2243,11 +2243,8 @@
# r245440 mtree -N support added
# r313404 requires sha384.h for libnetbsd, added to libmd in r292782
.if ${BOOTSTRAPPING} < 1100093
-_nmtree= lib/libmd \
- lib/libnetbsd \
- usr.sbin/nmtree
-
-${_bt}-lib/libnetbsd: ${_bt}-lib/libmd
+_nmtree= usr.sbin/nmtree
+_libnetbsd= lib/libmd lib/libnetbsd
${_bt}-usr.sbin/nmtree: ${_bt}-lib/libnetbsd
.else
_bootstrap_tools_links+=mtree
@@ -2295,6 +2292,16 @@
_bootstrap_tools_links+=mkimg
.endif
+# 1300116: cd9660 El Torito EFI boot image
+.if ${BOOTSTRAPPING} < 1202500 || \
+ (${BOOTSTRAPPING} > 1300000 && ${BOOTSTRAPPING} < 1300116)
+_makefs= usr.sbin/makefs
+_libnetbsd= lib/libmd lib/libnetbsd
+${_bt}-usr.sbin/makefs: ${_bt}-lib/libnetbsd
+.else
+_bootstrap_tools_links+=makefs
+.endif
+
_yacc= usr.bin/yacc
.if ${MK_BSNMP} != "no"
@@ -2470,7 +2477,9 @@
${_flua} \
${_crunchide} \
${_crunchgen} \
+ ${_libnetbsd} \
${_mkimg} \
+ ${_makefs} \
${_nmtree} \
${_vtfontcvt} \
${_localedef} \
@@ -2493,6 +2502,9 @@
${_bt}-usr.bin/sort: ${_bt}-lib/libmd
${_bt}-usr.bin/xinstall: ${_bt}-lib/libmd
${_bt}-sbin/md5: ${_bt}-lib/libmd
+.if target(${_bt}-lib/libnetbsd)
+${_bt}-lib/libnetbsd: ${_bt}-lib/libmd
+.endif
.endif

File Metadata

Mime Type
text/plain
Expires
Tue, Sep 8, 10:34 PM (21 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38543033
Default Alt Text
D27619.id80719.diff (1 KB)

Event Timeline