From: Ben Gras Date: Wed, 4 May 2005 09:30:49 +0000 (+0000) Subject: polish X-Git-Tag: v3.1.0~871 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=715274396f44423863cf496b3ceed26f283502e8;p=minix.git polish --- diff --git a/tools/Makefile b/tools/Makefile index b5c4a70be..66878cc52 100755 --- a/tools/Makefile +++ b/tools/Makefile @@ -29,13 +29,14 @@ usage: @echo " make programs # Compile and install all programs" >&2 @echo " make fresh # Make clean, libraries, and programs" >&2 @echo " make image # Make programs and create system image" >&2 + @echo " make install # Make image, and install to hard disk" >&2 @echo " make hdboot # Make image, and install to hard disk" >&2 @echo " make fdboot # Make image, and install to floppy disk" >&2 @echo " make bootable # Make hard disk bootable" >&2 @echo " make clean # Remove all compiler results, except libs" >&2 @echo " " >&2 @echo "To create a fresh MINIX configuration, try:" >&2 - @echo " make fresh hdboot" >&2 + @echo " make fresh install" >&2 @echo " " >&2 # create a fresh configuration or system image