diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-15 14:35:09 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-15 14:35:09 (EDT) |
commit | 0574d1ea6cb69567924ca34d8950ba99ca41f1ef (patch) | |
tree | 0138de5813eaf53e1e1c904b3419e50e1b4078a5 | |
parent | 7c22f356a78b066d24b6988fb653f6b58b5ea487 (diff) |
src/2/build.mk: Simplify targets
-rw-r--r-- | src/2/build.mk | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/2/build.mk b/src/2/build.mk index 76bcadc..4e7ec25 100644 --- a/src/2/build.mk +++ b/src/2/build.mk @@ -2,13 +2,10 @@ ppt_plat = $${OPK_SOURCE\#config-} ppt_pkg_dir = config-$${pkg}-$(ppt_plat).data ppt_platconf_dir = $(ppt_pkg_dir)/usr/share/platconf/$(ppt_plat)/$${pkg}_$${ver} -nop: +nop build: @: -build: - @: - -install: build +install: set -e; \ [ -d src/build/ ] || exit 0; \ for pkg in src/build/*; do \ |