summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-05-20 18:24:59 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-05-20 18:24:59 (EDT)
commitddd3ea67f2afaec7646eb0fd69df6f9ed497ff07 (patch)
tree06de0e0a24ae420bccecace628a25299af162e4b
parent1e4c7bf5cfd3bffa55eed7673390bcf61e737449 (diff)
build: Shorten oh-autobuild commands a bit
-rwxr-xr-xbuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/build b/build
index b16e493..5b72a16 100755
--- a/build
+++ b/build
@@ -139,16 +139,14 @@ build-gcc-config:
build-native: build-gcc-config
oh-autobuild -B "$(builddir)" -T $(native_target) -- \
- -j $${JOBS:-$(jobs)} \
- $(dir_macros)
+ -j $${JOBS:-$(jobs)} $(dir_macros)
#if [ '$(OPK_BUILD_ARCH)' = '$(OPK_HOST_ARCH)' ]; then \
# cd "$(builddir)" && make -k check; \
#fi
build-cross: build-gcc-config
oh-autobuild -B "$(builddir)" -T $(cross_target) -- \
- -j $${JOBS:-$(jobs)} \
- $(dir_macros)
+ -j $${JOBS:-$(jobs)} $(dir_macros)
install-native:
# The -T option is necessary because otherwise: