Page MenuHomeFreeBSD

D49960.id154092.diff
No OneTemporary

D49960.id154092.diff

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

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)

Event Timeline