Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F170878197
D27619.id84485.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D27619.id84485.diff
View Options
Index: Makefile.inc1
===================================================================
--- Makefile.inc1
+++ Makefile.inc1
@@ -2262,11 +2262,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
@@ -2314,6 +2311,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"
@@ -2489,7 +2496,9 @@
${_flua} \
${_crunchide} \
${_crunchgen} \
+ ${_libnetbsd} \
${_mkimg} \
+ ${_makefs} \
${_nmtree} \
${_vtfontcvt} \
${_localedef} \
@@ -2512,6 +2521,7 @@
${_bt}-usr.bin/sort: ${_bt}-lib/libmd
${_bt}-usr.bin/xinstall: ${_bt}-lib/libmd
${_bt}-sbin/md5: ${_bt}-lib/libmd
+${_bt}-lib/libnetbsd: ${_bt}-lib/libmd
.endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Sep 8, 5:57 AM (5 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38503868
Default Alt Text
D27619.id84485.diff (1 KB)
Attached To
Mode
D27619: Add makefs to the list of bootstrap tools
Attached
Detach File
Event Timeline
Log In to Comment