make help: distclean

git-svn-id: trunk@44130 -
This commit is contained in:
mattias 2014-02-18 10:38:56 +00:00
parent 36a073e91e
commit 529a4645cf
2 changed files with 6 additions and 5 deletions

View File

@ -2757,8 +2757,9 @@ help:
@$(ECHO) " Main targets"
@$(ECHO) " Without any target, target 'all' will be invoked."
@$(ECHO) " all build minimal IDE, lazbuild, startlazarus."
@$(ECHO) " clean deletes files that 'all' creates". It does not clean all possible targets.
@$(ECHO) " Clean other targets: make clean LCL_PLATFORM=qt
@$(ECHO) " clean deletes files that 'all' creates. It does not clean up all possible"
@$(ECHO) " targets. Clean other target: make clean LCL_PLATFORM=qt"
@$(ECHO) " distclean Clean all targets and common leftovers."
@$(ECHO) " lazbuild build lazbuild and lcl with nogui widgetset"
@$(ECHO) " bigide as all, except that the IDE is built with a lot of extra packages"
@$(ECHO) " useride calls lazbuild to build an IDE with your active profile, requires lazbuild"

View File

@ -52,9 +52,9 @@ help:
@$(ECHO) " Main targets"
@$(ECHO) " Without any target, target 'all' will be invoked."
@$(ECHO) " all build minimal IDE, lazbuild, startlazarus."
@$(ECHO) " clean deletes files that 'all' creates". It does not clean all possible targets.
@$(ECHO) " Clean other targets: make clean LCL_PLATFORM=qt
@$(ECHO) " distclean Clean all targets and common leftovers.
@$(ECHO) " clean deletes files that 'all' creates. It does not clean up all possible"
@$(ECHO) " targets. Clean other target: make clean LCL_PLATFORM=qt"
@$(ECHO) " distclean Clean all targets and common leftovers."
@$(ECHO) " lazbuild build lazbuild and lcl with nogui widgetset"
@$(ECHO) " bigide as all, except that the IDE is built with a lot of extra packages"
@$(ECHO) " useride calls lazbuild to build an IDE with your active profile, requires lazbuild"