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

git-svn-id: trunk@33230 -
This commit is contained in:
florian 2016-03-13 12:10:33 +00:00
parent 5109ad9c55
commit acd956f7c3
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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