From: Jan-Simon Moeller Date: Thu, 8 Jun 2017 10:11:33 +0000 (+0000) Subject: Merge "Add build rule to .PHONY list" X-Git-Tag: 3.99.2~55 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=11cd63d4225d6fd490f8a00b21a2e8a7200c3ccf;hp=051d386b41abe609f9ec69bec4ef7e4feb826f85;p=apps%2Fapp-templates.git Merge "Add build rule to .PHONY list" --- diff --git a/autobuild/agl/autobuild.mk b/autobuild/agl/autobuild.mk index 094ad2f..95aacfe 100755 --- a/autobuild/agl/autobuild.mk +++ b/autobuild/agl/autobuild.mk @@ -19,7 +19,7 @@ PACKAGING_DIR := packaging/wgt VPATH = etc:$(PACKAGING_DIR):$(PACKAGING_DIR)/etc:$(BUILD_DIR) -.PHONY: all clean mrproper package +.PHONY: all clean build mrproper package all: build diff --git a/autobuild/linux/autobuild.mk b/autobuild/linux/autobuild.mk index 5f8f595..b6979c4 100755 --- a/autobuild/linux/autobuild.mk +++ b/autobuild/linux/autobuild.mk @@ -19,7 +19,7 @@ PACKAGING_DIR := packaging/wgt VPATH = etc:$(PACKAGING_DIR):$(PACKAGING_DIR)/etc:$(BUILD_DIR) -.PHONY: all clean mrproper package +.PHONY: all clean build mrproper package all: build