diff options
author | P. 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) |
commit | 9ab066adae9363c7d0f3bbf0ac1f78c3e9181939 (patch) | |
tree | fd4929d0b4441a8317211690d7768bfd4a8e7854 /build | |
parent | f69b674606223a57f36e6850b406f114e3867c06 (diff) |
build: Make "install" target depend on "build"
Diffstat (limited to 'build')
-rwxr-xr-x | build | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; \ |