mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Added missing PHONY declarations to new Master code
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@29632 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7136d310d2
commit
b84160bc76
15 changed files with 46 additions and 0 deletions
18
ChangeLog
18
ChangeLog
|
@ -1,3 +1,21 @@
|
|||
2010-02-14 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* Master/application.make (.PHONY): Declare the new
|
||||
internal-master-app-all target as PHONY.
|
||||
* Master/bundle.make: Similar change.
|
||||
* Master/clibrary.make: Similar change.
|
||||
* Master/ctool.make: Similar change.
|
||||
* Master/gswapp.make: Similar change.
|
||||
* Master/gswbundle.make: Similar change.
|
||||
* Master/library.make: Similar change.
|
||||
* Master/objc.make: Similar change.
|
||||
* Master/palette.make: Similar change.
|
||||
* Master/service.make: Similar change.
|
||||
* Master/test-application.make: Similar change.
|
||||
* Master/test-library.make: Similar change.
|
||||
* Master/test-tool.make: Similar change.
|
||||
* Master/tool.make: Similar change.
|
||||
|
||||
2010-02-13 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* Master/parallel-subdirectories.make (internal-install
|
||||
|
|
|
@ -40,6 +40,8 @@ internal-all:: $(GNUSTEP_OBJ_DIR)
|
|||
GNUSTEP_BUILD_DIR="$(GNUSTEP_BUILD_DIR)" \
|
||||
_GNUSTEP_MAKE_PARALLEL=yes$(END_ECHO)
|
||||
|
||||
.PHONY: internal-master-app-all
|
||||
|
||||
internal-master-app-all: $(APP_NAME:=.all.app.variables)
|
||||
|
||||
endif
|
||||
|
|
|
@ -39,6 +39,8 @@ internal-all:: $(GNUSTEP_OBJ_DIR)
|
|||
GNUSTEP_BUILD_DIR="$(GNUSTEP_BUILD_DIR)" \
|
||||
_GNUSTEP_MAKE_PARALLEL=yes$(END_ECHO)
|
||||
|
||||
.PHONY: internal-master-bundle-all
|
||||
|
||||
internal-master-bundle-all: $(BUNDLE_NAME:=.all.bundle.variables)
|
||||
|
||||
endif
|
||||
|
|
|
@ -39,6 +39,8 @@ internal-all:: $(GNUSTEP_OBJ_DIR)
|
|||
GNUSTEP_BUILD_DIR="$(GNUSTEP_BUILD_DIR)" \
|
||||
_GNUSTEP_MAKE_PARALLEL=yes$(END_ECHO)
|
||||
|
||||
.PHONY: internal-master-clibrary-all
|
||||
|
||||
internal-master-clibrary-all: $(CLIBRARY_NAME:=.all.clibrary.variables)
|
||||
|
||||
endif
|
||||
|
|
|
@ -38,6 +38,8 @@ internal-all:: $(GNUSTEP_OBJ_DIR)
|
|||
GNUSTEP_BUILD_DIR="$(GNUSTEP_BUILD_DIR)" \
|
||||
_GNUSTEP_MAKE_PARALLEL=yes$(END_ECHO)
|
||||
|
||||
.PHONY: internal-master-ctool-all
|
||||
|
||||
internal-master-ctool-all: $(CTOOL_NAME:=.all.ctool.variables)
|
||||
|
||||
endif
|
||||
|
|
|
@ -43,6 +43,8 @@ internal-all:: $(GNUSTEP_OBJ_DIR)
|
|||
GNUSTEP_BUILD_DIR="$(GNUSTEP_BUILD_DIR)" \
|
||||
_GNUSTEP_MAKE_PARALLEL=yes$(END_ECHO)
|
||||
|
||||
.PHONY: internal-master-gswapp-all
|
||||
|
||||
internal-master-gswapp-all: $(GSWAPP_NAME:=.all.gswapp.variables)
|
||||
|
||||
endif
|
||||
|
|
|
@ -43,6 +43,8 @@ internal-all:: $(GNUSTEP_OBJ_DIR)
|
|||
GNUSTEP_BUILD_DIR="$(GNUSTEP_BUILD_DIR)" \
|
||||
_GNUSTEP_MAKE_PARALLEL=yes$(END_ECHO)
|
||||
|
||||
.PHONY: internal-master-gswbundle-all
|
||||
|
||||
internal-master-gswbundle-all: $(GSWBUNDLE_NAME:=.all.gswbundle.variables)
|
||||
|
||||
endif
|
||||
|
|
|
@ -39,6 +39,8 @@ internal-all:: $(GNUSTEP_OBJ_DIR)
|
|||
GNUSTEP_BUILD_DIR="$(GNUSTEP_BUILD_DIR)" \
|
||||
_GNUSTEP_MAKE_PARALLEL=yes$(END_ECHO)
|
||||
|
||||
.PHONY: internal-master-library-all
|
||||
|
||||
internal-master-library-all: $(LIBRARY_NAME:=.all.library.variables)
|
||||
|
||||
endif
|
||||
|
|
|
@ -38,6 +38,8 @@ internal-all:: $(GNUSTEP_OBJ_DIR)
|
|||
GNUSTEP_BUILD_DIR="$(GNUSTEP_BUILD_DIR)" \
|
||||
_GNUSTEP_MAKE_PARALLEL=yes$(END_ECHO)
|
||||
|
||||
.PHONY: internal-master-objc-program-all
|
||||
|
||||
internal-master-objc-program-all: $(OBJC_PROGRAM_NAME:=.all.objc-program.variables)
|
||||
|
||||
endif
|
||||
|
|
|
@ -40,6 +40,8 @@ internal-all:: $(GNUSTEP_OBJ_DIR)
|
|||
GNUSTEP_BUILD_DIR="$(GNUSTEP_BUILD_DIR)" \
|
||||
_GNUSTEP_MAKE_PARALLEL=yes$(END_ECHO)
|
||||
|
||||
.PHONY: internal-master-palette-all
|
||||
|
||||
internal-master-palette-all: $(PALETTE_NAME:=.all.palette.variables)
|
||||
|
||||
endif
|
||||
|
|
|
@ -39,6 +39,8 @@ internal-all:: $(GNUSTEP_OBJ_DIR)
|
|||
GNUSTEP_BUILD_DIR="$(GNUSTEP_BUILD_DIR)" \
|
||||
_GNUSTEP_MAKE_PARALLEL=yes$(END_ECHO)
|
||||
|
||||
.PHONY: internal-master-service-all
|
||||
|
||||
internal-master-service-all: $(SERVICE_NAME:=.all.service.variables)
|
||||
|
||||
endif
|
||||
|
|
|
@ -39,6 +39,8 @@ internal-all:: $(GNUSTEP_OBJ_DIR)
|
|||
GNUSTEP_BUILD_DIR="$(GNUSTEP_BUILD_DIR)" \
|
||||
_GNUSTEP_MAKE_PARALLEL=yes$(END_ECHO)
|
||||
|
||||
.PHONY: internal-master-test-app-all
|
||||
|
||||
internal-master-test-app-all: $(TEST_APP_NAME:=.all.test-app.variables)
|
||||
|
||||
endif
|
||||
|
|
|
@ -39,6 +39,8 @@ internal-all:: $(GNUSTEP_OBJ_DIR)
|
|||
GNUSTEP_BUILD_DIR="$(GNUSTEP_BUILD_DIR)" \
|
||||
_GNUSTEP_MAKE_PARALLEL=yes$(END_ECHO)
|
||||
|
||||
.PHONY: internal-master-test-lib-all
|
||||
|
||||
internal-master-test-lib-all: $(TEST_LIBRARY_NAME:=.all.test-lib.variables)
|
||||
|
||||
endif
|
||||
|
|
|
@ -38,6 +38,8 @@ internal-all:: $(GNUSTEP_OBJ_DIR)
|
|||
GNUSTEP_BUILD_DIR="$(GNUSTEP_BUILD_DIR)" \
|
||||
_GNUSTEP_MAKE_PARALLEL=yes$(END_ECHO)
|
||||
|
||||
.PHONY: internal-master-test-tool-all
|
||||
|
||||
internal-master-test-tool-all: $(TEST_TOOL_NAME:=.all.test-tool.variables)
|
||||
|
||||
endif
|
||||
|
|
|
@ -51,6 +51,8 @@ internal-all:: $(GNUSTEP_OBJ_DIR)
|
|||
GNUSTEP_BUILD_DIR="$(GNUSTEP_BUILD_DIR)" \
|
||||
_GNUSTEP_MAKE_PARALLEL=yes$(END_ECHO)
|
||||
|
||||
.PHONY: internal-master-tool-all
|
||||
|
||||
internal-master-tool-all: $(TOOL_NAME:=.all.tool.variables)
|
||||
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue