summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2016-05-10 00:47:49 +0000
committergjb <gjb@FreeBSD.org>2016-05-10 00:47:49 +0000
commitb3ef210088efd911da25b4f4848ebda83869d069 (patch)
treebb4c59752c054855aabb5ff85fe8282003d50048 /Makefile.inc1
parent8c59d45118ebd9f5515decdac708fedc8d34929e (diff)
downloadFreeBSD-src-b3ef210088efd911da25b4f4848ebda83869d069.zip
FreeBSD-src-b3ef210088efd911da25b4f4848ebda83869d069.tar.gz
Combine the 'reinstall' and 'restage' targets, which appears to have
been a mismerge. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc116
1 files changed, 2 insertions, 14 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 4656106..d6b5f87 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: .MAKE .PHONY
+reinstall restage: .MAKE .PHONY
@echo "--------------------------------------------------------------"
@echo ">>> Making hierarchy"
@echo "--------------------------------------------------------------"
${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 \
- LOCAL_MTREE=${LOCAL_MTREE:Q} hierarchy
+ LOCAL_MTREE=${LOCAL_MTREE:Q} hierarchy distribution
@echo
@echo "--------------------------------------------------------------"
@echo ">>> Installing everything"
@@ -990,18 +990,6 @@ reinstall: .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