diff --git a/configure/RULES_TOP b/configure/RULES_TOP index a3b7e9c8c..97a58316d 100644 --- a/configure/RULES_TOP +++ b/configure/RULES_TOP @@ -31,7 +31,7 @@ endif ifeq ($(wildcard $(INSTALL_LOCATION_LIB)/*),) @$(RMDIR) $(INSTALL_LOCATION_LIB) endif - $(ECHO) + @echo # The echo above stops a "nothing to be done for cleandirs" message distclean: realclean realuninstall @@ -52,32 +52,32 @@ uninstallDirs: @$(RMDIR) $(UNINSTALL_DIRS) help: - $(ECHO) "Usage: gnumake [options] [target] ..." - $(ECHO) "Targets supported by all Makefiles:" - $(ECHO) " install - Builds and installs all targets (default rule)" - $(ECHO) " all - Same as install" - $(ECHO) " buildInstall - Same as install" - $(ECHO) " clean - Removes the O. dirs created by running make" - $(ECHO) " In O. dir, clean removes build created files" - $(ECHO) " realclean - Removes ALL O. dirs" - $(ECHO) " Cannot be used within an O. dir" - $(ECHO) " rebuild - Same as clean install" - $(ECHO) " inc - Installs header files" - $(ECHO) " build - Builds all targets" - $(ECHO) " archclean - Removes O. dirs but not O.Common dir" - $(ECHO) "\"Partial\" build targets supported by Makefiles:" - $(ECHO) " inc. - Installs only header files." - $(ECHO) " install. - Builds and installs only." - $(ECHO) " clean. - Cleans binaries in O. dirs only." - $(ECHO) " build. - Builds only." - $(ECHO) "Targets supported by top level Makefile:" - $(ECHO) " uninstall - Cleans directories created by the install." - $(ECHO) " realuninstall - Removes ALL install dirs" - $(ECHO) " distclean - Same as realclean realuninstall." - $(ECHO) " cvsclean - Removes cvs .#* files in all dirs of directory tree" - $(ECHO) " help - Prints this list of valid make targets " - $(ECHO) "Indiv. object targets are supported by O. level Makefile .e.g" - $(ECHO) " xxxRecord.o" + @echo "Usage: gnumake [options] [target] ..." + @echo "Targets supported by all Makefiles:" + @echo " install - Builds and installs all targets (default rule)" + @echo " all - Same as install" + @echo " buildInstall - Same as install" + @echo " clean - Removes the O. dirs created by running make" + @echo " In O. dir, clean removes build created files" + @echo " realclean - Removes ALL O. dirs" + @echo " Cannot be used within an O. dir" + @echo " rebuild - Same as clean install" + @echo " inc - Installs header files" + @echo " build - Builds all targets" + @echo " archclean - Removes O. dirs but not O.Common dir" + @echo "\"Partial\" build targets supported by Makefiles:" + @echo " inc. - Installs only header files." + @echo " install. - Builds and installs only." + @echo " clean. - Cleans binaries in O. dirs only." + @echo " build. - Builds only." + @echo "Targets supported by top level Makefile:" + @echo " uninstall - Cleans directories created by the install." + @echo " realuninstall - Removes ALL install dirs" + @echo " distclean - Same as realclean realuninstall." + @echo " cvsclean - Removes cvs .#* files in all dirs of directory tree" + @echo " help - Prints this list of valid make targets " + @echo "Indiv. object targets are supported by O. level Makefile .e.g" + @echo " xxxRecord.o" .PHONY : $(uninstallArchTargets) .PHONY : uninstall help cleandirs distclean uninstallDirs realuninstall