make help: described some flags

git-svn-id: branches/fixes_1_8@56115 -
This commit is contained in:
mattias 2017-10-18 07:49:55 +00:00
parent 56b0d79860
commit fb6558515e
2 changed files with 14 additions and 0 deletions

View File

@ -3195,6 +3195,13 @@ help:
@$(ECHO) " examples build basic examples, requires basecomponents"
@$(ECHO) " Note: There are more examples having their own directory"
@$(ECHO)
@$(ECHO) " Flags:"
@$(ECHO) " PP=/path/to/fpc use another compiler"
@$(ECHO) " USESVN2REVISIONINC=0 do not update ide/revision.inc"
@$(ECHO) " INSTALL_PREFIX=/usr used by 'install' as path prefix"
@$(ECHO) " FPC_DIR=/usr/share/fpcsrc/3.0.4 used by fpcmake when regenerating Makefiles"
@$(ECHO) " OPT='-vwnbq -gh' append these options when calling the compiler
@$(ECHO)
@$(ECHO) " Usage examples:"
@$(ECHO)
@$(ECHO) " Updating svn and build a minimal IDE, startlazarus and lazbuild:"

View File

@ -75,6 +75,13 @@ help:
@$(ECHO) " starter build startlazarus, requires basecomponents"
@$(ECHO) " examples build basic examples, requires basecomponents"
@$(ECHO) " Note: There are more examples having their own directory"
@$(ECHO)
@$(ECHO) " Flags:"
@$(ECHO) " PP=/path/to/fpc use another compiler"
@$(ECHO) " USESVN2REVISIONINC=0 do not update ide/revision.inc"
@$(ECHO) " INSTALL_PREFIX=/usr used by 'install' as path prefix"
@$(ECHO) " FPC_DIR=/usr/share/fpcsrc/3.0.4 used by fpcmake when regenerating Makefiles"
@$(ECHO) " OPT='-vwnbq -gh' append these options when calling the compiler
@$(ECHO)
@$(ECHO) " Usage examples:"
@$(ECHO)