mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-28 13:19:44 +02:00
* 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:
parent
5109ad9c55
commit
acd956f7c3
3
Makefile
3
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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user