From 83386aca9b44f6e39fb549cc6eb3c9302ee78695 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Wed, 27 Jan 1999 08:49:53 +0000 Subject: [PATCH] Sigh, now I see where the tabs got smashed. Fix them here too. --- Makefile.upgrade | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile.upgrade b/Makefile.upgrade index 51123d3ed26e..62d98f3bf59d 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