summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-07-23 00:22:44 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-07-23 00:23:24 (EDT)
commit9ab066adae9363c7d0f3bbf0ac1f78c3e9181939 (patch)
treefd4929d0b4441a8317211690d7768bfd4a8e7854
parentf69b674606223a57f36e6850b406f114e3867c06 (diff)
build: Make "install" target depend on "build"
-rwxr-xr-xbuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/build b/build
index b21e1fd..6280b7c 100755
--- a/build
+++ b/build
@@ -13,8 +13,9 @@ build:
read img_src img_dest <image; \
oh-autobuild -T "$${img_src}" -- -j "$${JOBS:-1}"; \
fi
+ touch $@
-install:
+install: build
set -e; \
if [ 'x$(OPK_HOST_PLAT)' != 'xdev' ]; then \
read img_src img_dest <image; \