Bladeren bron

* remove documentation of the build target in the Makefile help screen as it overrides the version check

git-svn-id: trunk@33230 -
florian 9 jaren geleden
bovenliggende
commit
acd956f7c3
2 gewijzigde bestanden met toevoegingen van 2 en 4 verwijderingen
  1. 1 2
      Makefile
  2. 1 2
      Makefile.fpc

+ 1 - 2
Makefile

@@ -2850,8 +2850,7 @@ override TARGET_DIRS:=$(wildcard $(TARGET_DIRS))
 help:
 	@$(ECHO)
 	@$(ECHO) Targets
-	@$(ECHO)    all         Alias for build
-	@$(ECHO)    build       Build a new compiler and all packages
+	@$(ECHO)    all         Build a new compiler and all packages
 	@$(ECHO)    install     Install newly build files
 	@$(ECHO)    zipinstall  Create zip/tar of installed files
 	@$(ECHO)    singlezipinstall  Alias for zipinstall

+ 1 - 2
Makefile.fpc

@@ -232,8 +232,7 @@ override TARGET_DIRS:=$(wildcard $(TARGET_DIRS))
 help:
         @$(ECHO)
         @$(ECHO) Targets
-        @$(ECHO)    all         Alias for build
-        @$(ECHO)    build       Build a new compiler and all packages
+        @$(ECHO)    all         Build a new compiler and all packages
         @$(ECHO)    install     Install newly build files
         @$(ECHO)    zipinstall  Create zip/tar of installed files
         @$(ECHO)    singlezipinstall  Alias for zipinstall