Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142115554
D49960.id154092.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1003 B
Referenced Files
None
Subscribers
None
D49960.id154092.diff
View Options
diff --git a/Makefile.inc1 b/Makefile.inc1
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1683,8 +1683,8 @@
${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 _legacy
${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 _bootstrap-tools \
MK_CROSS_COMPILER=no MK_TOOLCHAIN=no
- ${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 _obj \
- SUBDIR_OVERRIDE=etc
+ ${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 _obj
+ ${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 buildconfig
${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 everything \
SUBDIR_OVERRIDE=etc
diff --git a/usr.sbin/etcupdate/etcupdate.sh b/usr.sbin/etcupdate/etcupdate.sh
--- a/usr.sbin/etcupdate/etcupdate.sh
+++ b/usr.sbin/etcupdate/etcupdate.sh
@@ -221,7 +221,8 @@
if [ -n "$($make -V.ALLTARGETS:Mbuildetc)" ]; then
$make buildetc || exit 1
else
- $make _obj SUBDIR_OVERRIDE=etc || exit 1
+ $make _obj || exit 1
+ $make buildconfig || exit 1
$make everything SUBDIR_OVERRIDE=etc || exit 1
fi
fi
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 17, 3:59 AM (7 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27680040
Default Alt Text
D49960.id154092.diff (1003 B)
Attached To
Mode
D49960: Makefile.inc1: Let the buildetc target run outside of etc
Attached
Detach File
Event Timeline
Log In to Comment