diff --git a/config/RULES_TOP b/config/RULES_TOP index 95d1065a4..9011b8fe7 100644 --- a/config/RULES_TOP +++ b/config/RULES_TOP @@ -29,20 +29,20 @@ help: @echo "Usage: gnumake [options] [target] ..." @echo "Targets supported by all Makefiles:" @echo " install - Installs executables in bin/ (default rule)" - @echo " build - Builds objects, using libraries from "build_libs" - @echo " clean - Cleans objects. Clean removes the" O. dirs + @echo " build - Builds objects, using libraries from build_libs" + @echo " clean - Cleans objects. Clean removes the O. dirs" @echo " in all except the O. level Makefile" @echo " depends - Generates include dependencies" @echo "\"Partial\" build targets supported by Makefiles:" - @echo " install. - Builds and installs only. + @echo " install. - Builds and installs only." @echo " clean. - Cleans binaries in O. dirs only." - @echo " build. - Builds only. - @echo " depends. - Generates dependencies only. + @echo " build. - Builds only." + @echo " depends. - Generates dependencies only." @echo "Targets supported by top level Makefile:" @echo " uninstall - Cleans directories created by the install." @echo " tar - Create tar file " @echo "Indiv. object targets are supported by O. level Makefile .e.g" - @echo " xxxRecord.o + @echo " xxxRecord.o" .PHONY :: uninstall tar help .PHONY :: $(addprefix uninstall$(DIVIDER), $(BUILDARCHS))