From 8ab70b4eca1cc77545fa736a6b56f88c38683002 Mon Sep 17 00:00:00 2001 From: mattias Date: Tue, 10 Apr 2012 11:23:30 +0000 Subject: [PATCH] makefile: comment git-svn-id: trunk@36708 - --- Makefile | 3 ++- Makefile.fpc | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e7e192016d..0cbc8edfb7 100644 --- a/Makefile +++ b/Makefile @@ -2658,7 +2658,8 @@ endif help: @$(ECHO) @$(ECHO) " Main targets" - @$(ECHO) " all build minimal IDE, lazbuild, startlazarus" + @$(ECHO) " Without any target, target 'all' will be invoked." + @$(ECHO) " all build minimal IDE, lazbuild, startlazarus." @$(ECHO) " clean deletes files that 'all' creates" @$(ECHO) " lazbuild build lazbuild and lcl with nogui widgetset" @$(ECHO) " bigide as all, except that the IDE is build with a lot of extra packages" diff --git a/Makefile.fpc b/Makefile.fpc index 0e4eea4c3a..66a2610522 100644 --- a/Makefile.fpc +++ b/Makefile.fpc @@ -50,7 +50,8 @@ endif help: @$(ECHO) @$(ECHO) " Main targets" - @$(ECHO) " all build minimal IDE, lazbuild, startlazarus" + @$(ECHO) " Without any target, target 'all' will be invoked." + @$(ECHO) " all build minimal IDE, lazbuild, startlazarus." @$(ECHO) " clean deletes files that 'all' creates" @$(ECHO) " lazbuild build lazbuild and lcl with nogui widgetset" @$(ECHO) " bigide as all, except that the IDE is build with a lot of extra packages"