polish
This commit is contained in:
parent
c8bd5db02e
commit
715274396f
1 changed files with 2 additions and 1 deletions
|
@ -29,13 +29,14 @@ usage:
|
||||||
@echo " make programs # Compile and install all programs" >&2
|
@echo " make programs # Compile and install all programs" >&2
|
||||||
@echo " make fresh # Make clean, libraries, and programs" >&2
|
@echo " make fresh # Make clean, libraries, and programs" >&2
|
||||||
@echo " make image # Make programs and create system image" >&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 hdboot # Make image, and install to hard disk" >&2
|
||||||
@echo " make fdboot # Make image, and install to floppy disk" >&2
|
@echo " make fdboot # Make image, and install to floppy disk" >&2
|
||||||
@echo " make bootable # Make hard disk bootable" >&2
|
@echo " make bootable # Make hard disk bootable" >&2
|
||||||
@echo " make clean # Remove all compiler results, except libs" >&2
|
@echo " make clean # Remove all compiler results, except libs" >&2
|
||||||
@echo " " >&2
|
@echo " " >&2
|
||||||
@echo "To create a fresh MINIX configuration, try:" >&2
|
@echo "To create a fresh MINIX configuration, try:" >&2
|
||||||
@echo " make fresh hdboot" >&2
|
@echo " make fresh install" >&2
|
||||||
@echo " " >&2
|
@echo " " >&2
|
||||||
|
|
||||||
# create a fresh configuration or system image
|
# create a fresh configuration or system image
|
||||||
|
|
Loading…
Reference in a new issue