summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-06-08 10:11:33 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2017-06-08 10:11:33 +0000
commit11cd63d4225d6fd490f8a00b21a2e8a7200c3ccf (patch)
tree8f15fc343374d2074abffd1c30ce75cdcd64d4f5
parent051d386b41abe609f9ec69bec4ef7e4feb826f85 (diff)
parent9a99f6df0fd8e9ef3e8b7360666fb4c70d5a7b00 (diff)
Merge "Add build rule to .PHONY list"
-rwxr-xr-xautobuild/agl/autobuild.mk2
-rwxr-xr-xautobuild/linux/autobuild.mk2
2 files changed, 2 insertions, 2 deletions
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