Comment changes only.

This commit is contained in:
Janet B. Anderson
2000-09-25 19:36:45 +00:00
parent 78b92fa5cc
commit 488f2c2222

View File

@@ -64,11 +64,13 @@ help:
@echo " all - Same as install"
@echo " buildInstall - Same as install"
@echo " clean - Cleans objects. Clean removes the O.<arch> dirs"
@echo " in all except the O.<arch> level Makefile"
@echo " in all except the O.<arch> level Makefile"
@echo " rebuild - Same as clean install"
@echo " inc - Installs header files"
@echo " depends - Generates include header file dependencies"
@echo " build - Builds all targets"
@echo "\"Partial\" build targets supported by Makefiles:"
@echo " inc.<arch> - Installs <arch> only header files."
@echo " install.<arch> - Builds and installs <arch> only."
@echo " clean.<arch> - Cleans <arch> binaries in O.<arch> dirs only."
@echo " build.<arch> - Builds <arch> only."