summaryrefslogtreecommitdiffstats
path: root/Makefile.upgrade
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-01-27 08:49:53 +0000
committerjkh <jkh@FreeBSD.org>1999-01-27 08:49:53 +0000
commit5429c9828c90015a4c41ede2590f556a9fed456f (patch)
tree22ea94fc25f6e678c42314423de809186ea52999 /Makefile.upgrade
parentb49b76c12c2e2d691bb1d15d9c09c06cdddaa1ee (diff)
downloadFreeBSD-src-5429c9828c90015a4c41ede2590f556a9fed456f.zip
FreeBSD-src-5429c9828c90015a4c41ede2590f556a9fed456f.tar.gz
Sigh, now I see where the tabs got smashed. Fix them here too.
Diffstat (limited to 'Makefile.upgrade')
-rw-r--r--Makefile.upgrade10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.upgrade b/Makefile.upgrade
index 51123d3..62d98f3 100644
--- a/Makefile.upgrade
+++ b/Makefile.upgrade
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.upgrade,v 1.10 1999/01/25 01:47:49 peter Exp $
+# $Id: Makefile.upgrade,v 1.11 1999/01/26 09:12:21 jkh Exp $
#
# This makefile contains rules for preforming upgrades that are outside
# the scope of the normal build world process.
@@ -255,13 +255,13 @@ ${MAKEOBJDIRPREFIX}/do_reboot :
@echo "--------------------------------------------------------------"
@echo " Your system has now been fully updated to elf!"
@echo
- @echo " It's now time to reboot from your new ELF kernel."
- @echo " You can type Ctrl-C to abort this (at your own risk)"
- @echo " or press return to reboot the system."
+ @echo " It's now time to reboot from your new ELF kernel."
+ @echo " You can type Ctrl-C to abort this (at your own risk)"
+ @echo " or press return to reboot the system."
@echo "--------------------------------------------------------------"
@${MAKEOBJDIRPREFIX}/sh -c "read -p \"Return to continue or Ctrl-C to abort: \" _e"
.endif
@echo " Rebooting......."
@echo "--------------------------------------------------------------"
- @touch ${MAKEOBJDIRPREFIX}/do_reboot
+ @touch ${MAKEOBJDIRPREFIX}/do_reboot
@-${MAKEOBJDIRPREFIX}/reboot
OpenPOWER on IntegriCloud