From 529a4645cfa9da268a1c5324236bba36dadaf9f2 Mon Sep 17 00:00:00 2001 From: mattias Date: Tue, 18 Feb 2014 10:38:56 +0000 Subject: [PATCH] make help: distclean git-svn-id: trunk@44130 - --- Makefile | 5 +++-- Makefile.fpc | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 1446be43ec..680445eff5 100644 --- a/Makefile +++ b/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" diff --git a/Makefile.fpc b/Makefile.fpc index f59c8386d6..10270690a7 100644 --- a/Makefile.fpc +++ b/Makefile.fpc @@ -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"