mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 04:29:25 +02:00
make: renamed bigideclean to cleanbigide
git-svn-id: trunk@35989 -
This commit is contained in:
parent
f2ada1f3aa
commit
3f84165ab5
4
Makefile
4
Makefile
@ -3845,7 +3845,7 @@ makefiles: fpc_makefiles
|
||||
ifneq ($(wildcard fpcmake.loc),)
|
||||
include fpcmake.loc
|
||||
endif
|
||||
.PHONY: help lcl components packager/registration ideintf bigidecomponents ide idepkg idebig bigide starter lazbuild tools all clean cleanide purge examples install
|
||||
.PHONY: help lcl components packager/registration ideintf bigidecomponents ide idepkg idebig bigide bigideclean starter lazbuild tools all clean cleanide purge examples install
|
||||
help:
|
||||
@$(ECHO)
|
||||
@$(ECHO) " Targets"
|
||||
@ -3894,7 +3894,7 @@ idebig:
|
||||
bigide: lazbuild lcl ideintf bigidecomponents idebig starter
|
||||
bigidecomponents:
|
||||
$(MAKE) -C components bigidecomponents
|
||||
bigideclean: cleanlaz
|
||||
cleanbigide: cleanlaz
|
||||
starter:
|
||||
$(MAKE) -C ide starter
|
||||
lazbuild: lazutils
|
||||
|
@ -45,7 +45,7 @@ endif
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
[rules]
|
||||
.PHONY: help lcl components packager/registration ideintf bigidecomponents ide idepkg idebig bigide starter lazbuild tools all clean cleanide purge examples install
|
||||
.PHONY: help lcl components packager/registration ideintf bigidecomponents ide idepkg idebig bigide bigideclean starter lazbuild tools all clean cleanide purge examples install
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
help:
|
||||
@ -114,7 +114,7 @@ bigidecomponents:
|
||||
$(MAKE) -C components bigidecomponents
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
bigideclean: cleanlaz
|
||||
cleanbigide: cleanlaz
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
starter:
|
||||
|
Loading…
Reference in New Issue
Block a user