From 8428d214ad83c8ac0eef43ee6237f8773b800cb3 Mon Sep 17 00:00:00 2001 From: obrien Date: Sun, 4 Mar 2001 10:43:14 +0000 Subject: [PATCH] End words with a `.'. Fixed spacing messed up in rev 1.244. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d373f6f837b5..68abfb553ab0 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ # buildkernel - Rebuild the kernel and the kernel-modules. # installkernel - Install the kernel and the kernel-modules. # reinstallkernel - Reinstall the kernel and the kernel-modules. -# kernel - buildkernel + installkernel +# kernel - buildkernel + installkernel. # update - Convenient way to update your source tree (cvs). # upgrade - Upgrade a.out (2.2.x/3.0) system to the new ELF way # most - Build user commands, no libraries or include files. @@ -132,7 +132,7 @@ world: upgrade_checks .endif @echo @echo "--------------------------------------------------------------" - @printf ">>> ${OBJFORMAT} make world completed on `LC_ALL=C date`\n (started ${STARTTIME})\n" + @printf ">>> ${OBJFORMAT} make world completed on `LC_ALL=C date`\n (started ${STARTTIME})\n" @echo "--------------------------------------------------------------" #