summaryrefslogtreecommitdiffstats
path: root/Makefile.upgrade
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-01-27 15:08:05 +0000
committerjkh <jkh@FreeBSD.org>1999-01-27 15:08:05 +0000
commit5d8d3b87c1cd1a085cb0983a3b58b87c45d4aff3 (patch)
treeeceffdf55693369939e0bd78ceaaeee1a644e738 /Makefile.upgrade
parent76aad88d08738f8158ac336b410bd7d6d71ad45f (diff)
downloadFreeBSD-src-5d8d3b87c1cd1a085cb0983a3b58b87c45d4aff3.zip
FreeBSD-src-5d8d3b87c1cd1a085cb0983a3b58b87c45d4aff3.tar.gz
further refine the upgrade process.
Diffstat (limited to 'Makefile.upgrade')
-rw-r--r--Makefile.upgrade20
1 files changed, 1 insertions, 19 deletions
diff --git a/Makefile.upgrade b/Makefile.upgrade
index 62d98f3..8eed5b4 100644
--- a/Makefile.upgrade
+++ b/Makefile.upgrade
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.upgrade,v 1.11 1999/01/26 09:12:21 jkh Exp $
+# $Id: Makefile.upgrade,v 1.12 1999/01/27 08:49:53 jkh Exp $
#
# This makefile contains rules for preforming upgrades that are outside
# the scope of the normal build world process.
@@ -165,15 +165,6 @@ ${MAKEOBJDIRPREFIX}/do_move_aout_libs move-aout-libs :
# elf world will be updated.
#
${MAKEOBJDIRPREFIX}/do_aout_installworld :
-.if !defined(NOCONFIRM)
- @echo
- @echo "--------------------------------------------------------------"
- @echo " You are about to update the installed system (or the system"
- @echo " that your DESTDIR points to). You can type Ctrl-C to abort"
- @echo " now or press return to start the first phase of the update."
- @echo "--------------------------------------------------------------"
- @/bin/sh -c "read -p \"Return to continue or Ctrl-C to abort: \" _e"
-.endif
.if ${INSTALLEDVERSION} < 300003
@echo
@echo "--------------------------------------------------------------"
@@ -182,15 +173,6 @@ ${MAKEOBJDIRPREFIX}/do_aout_installworld :
@cp /bin/sh ${MAKEOBJDIRPREFIX}
@cp /sbin/reboot ${MAKEOBJDIRPREFIX}
.endif
- @echo
- @echo "--------------------------------------------------------------"
- @echo " Doing an aout installworld using the aout tools in the aout"
- @echo " obj tree."
- @echo "--------------------------------------------------------------"
- @cd ${.CURDIR}; MAKEOBJDIRPREFIX=${MAKEOBJDIRPREFIX}/aout \
- PATH=${AOUTTMPPATH} OBJFORMAT=aout NOTOOLS=1 \
- TOOLROOT=${MAKEOBJDIRPREFIX}/aout${.CURDIR}/tmp \
- make -f Makefile.inc1 -m ${.CURDIR}/share/mk installworld
@touch ${MAKEOBJDIRPREFIX}/do_aout_installworld
#
OpenPOWER on IntegriCloud