]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
pkgs/Include: Make targets .PHONY.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 25 Nov 2009 22:12:04 +0000 (23:12 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 25 Nov 2009 22:17:15 +0000 (23:17 +0100)
pkgs/Include

index 30dfdfbf3d1382d931c0cb4d7a4676a91393511f..b63e304c0d5fc96d8fba18ad2e23ca13eb321b11 100644 (file)
@@ -150,6 +150,7 @@ define STAGE_INSTALL
        cd $(DIR_APP) && make install $(if $(TOOLCHAIN),,DESTDIR=$(BUILDROOT))
 endef
 
+.PHONY: info
 info:
        @echo "PKG_BUILD_DEPENDENCIES=\"$(PKG_BUILD_DEPS)\""
        @echo "PKG_DEPENDENCIES=\"$(PKG_DEPS)\""
@@ -180,8 +181,10 @@ $(OBJECTS):
                --root=$(BUILDROOT) $(if $(PKG_FILES_$(patsubst %$(PKG_SUFFIX),%,$@)), \
                --regexes=$(DIR_TMP)/filelist_$(patsubst %$(PKG_SUFFIX),%,$@))
 
+.PHONY: package
 package: $(if $(TOOLCHAIN),$(STAGE_DONE),$$(STAGE_PACKAGE_TARGETS))
 
+.PHONY: shell
 shell: $(OBJECTS)
        $(if $(STAGE_PREPARE),$(DO_PREPARE))