Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142268684
D41205.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D41205.id.diff
View Options
diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -158,14 +158,14 @@
.include "${.CURDIR}/share/mk/bsd.compat.pre.mk"
-TGTS= all all-man buildenv buildenvvars buildkernel buildworld \
+TGTS= all all-man buildenv buildenvvars buildetc buildkernel buildworld \
check check-old check-old-dirs check-old-files check-old-libs \
checkdpadd checkworld clean cleandepend cleandir cleankernel \
cleanworld cleanuniverse \
delete-old delete-old-dirs delete-old-files delete-old-libs \
depend distribute distributekernel distributekernel.debug \
distributeworld distrib-dirs distribution doxygen \
- everything hier hierarchy install installcheck installkernel \
+ everything hier hierarchy install installcheck installetc installkernel \
installkernel.debug packagekernel packageworld \
reinstallkernel reinstallkernel.debug \
installworld kernel-toolchain libraries maninstall \
diff --git a/Makefile.inc1 b/Makefile.inc1
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1623,6 +1623,29 @@
MK_TESTS_SUPPORT=${MK_TESTS_SUPPORT} installconfig
.endif
+#
+# buildetc and installetc
+#
+buildetc: .MAKE .PHONY
+ ${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 _worldtmp
+ ${_+_}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 everything \
+ SUBDIR_OVERRIDE=etc
+
+installetc: .MAKE .PHONY
+ @echo "--------------------------------------------------------------"
+ @echo ">>> Making hierarchy"
+ @echo "--------------------------------------------------------------"
+ ${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 distrib-dirs
+ @echo "--------------------------------------------------------------"
+ @echo ">>> Making distribution"
+ @echo "--------------------------------------------------------------"
+ ${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 distribution
+
#
# buildkernel and installkernel
#
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 19, 12:10 AM (2 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27703293
Default Alt Text
D41205.id.diff (2 KB)
Attached To
Mode
D41205: Makefile.inc1: Add new buildetc and installetc targets
Attached
Detach File
Event Timeline
Log In to Comment