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:
Nicola Pero 2010-02-14 21:25:41 +00:00
parent 7136d310d2
commit b84160bc76
15 changed files with 46 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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