aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-06-08 10:09:51 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-06-08 10:11:08 +0200
commit9a99f6df0fd8e9ef3e8b7360666fb4c70d5a7b00 (patch)
tree4ab60d1aa52fb6fc3737f1fa6d4521d6532f4fd6
parent7c38b8d8f8d1eb78863473dea2cb169f697323bf (diff)
Add build rule to .PHONY list
Change-Id: I4725e23c04b00ffb3212681423ff9bcc2320be07 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
-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