summaryrefslogtreecommitdiffstats
path: root/autobuild
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-06-08 10:09:51 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2018-10-15 18:22:47 +0200
commit7112d1d44d47145d80ad9166c8793506974b4609 (patch)
treed9a1e8bf27a08c7a5fa83569a53b7cc65074c731 /autobuild
parente572c0c744e9fdd03ded7d099f2b59b8930d1148 (diff)
Add build rule to .PHONY list
Change-Id: I4725e23c04b00ffb3212681423ff9bcc2320be07 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'autobuild')
-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