summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2016-05-10 05:47:25 +0000
committergjb <gjb@FreeBSD.org>2016-05-10 05:47:25 +0000
commitd5beafbd5be64c3ce1a317917a4162ae3d284d98 (patch)
treeb8f21df88c9914839090fde47b5c45720583f369 /Makefile.inc1
parent7c6d1ee52daee99e66bef8f885129b3f536f8b0a (diff)
downloadFreeBSD-src-d5beafbd5be64c3ce1a317917a4162ae3d284d98.zip
FreeBSD-src-d5beafbd5be64c3ce1a317917a4162ae3d284d98.tar.gz
Revert r299292, which was not a mismerge. It has an additional horrible
side effect of replacing /etc/{master.,}passwd and /etc/group. Submitted by: O. Hartmann Pointyhat to: gjb (myself) Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc116
1 files changed, 14 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index d6b5f87..4656106 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -976,12 +976,12 @@ packageworld: .PHONY
# and do a 'make reinstall' on the *client* to install new binaries from the
# most recent server build.
#
-reinstall restage: .MAKE .PHONY
+reinstall: .MAKE .PHONY
@echo "--------------------------------------------------------------"
@echo ">>> Making hierarchy"
@echo "--------------------------------------------------------------"
${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 \
- LOCAL_MTREE=${LOCAL_MTREE:Q} hierarchy distribution
+ LOCAL_MTREE=${LOCAL_MTREE:Q} hierarchy
@echo
@echo "--------------------------------------------------------------"
@echo ">>> Installing everything"
@@ -990,6 +990,18 @@ reinstall restage: .MAKE .PHONY
.if defined(LIBCOMPAT)
${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 install${libcompat}
.endif
+
+restage: .MAKE .PHONY
+ @echo "--------------------------------------------------------------"
+ @echo ">>> Making hierarchy"
+ @echo "--------------------------------------------------------------"
+ ${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 \
+ LOCAL_MTREE=${LOCAL_MTREE:Q} hierarchy distribution
+ @echo
+ @echo "--------------------------------------------------------------"
+ @echo ">>> Installing everything"
+ @echo "--------------------------------------------------------------"
+ ${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 install
.if defined(LIB32TMP) && ${MK_LIB32} != "no"
${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 install32
.endif
OpenPOWER on IntegriCloud