mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 19:39:18 +02:00
make help: distclean
git-svn-id: trunk@44130 -
This commit is contained in:
parent
36a073e91e
commit
529a4645cf
5
Makefile
5
Makefile
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user