diff options
author | Patrick 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) |
commit | ddd3ea67f2afaec7646eb0fd69df6f9ed497ff07 (patch) | |
tree | 06de0e0a24ae420bccecace628a25299af162e4b /build | |
parent | 1e4c7bf5cfd3bffa55eed7673390bcf61e737449 (diff) |
build: Shorten oh-autobuild commands a bit
Diffstat (limited to 'build')
-rwxr-xr-x | build | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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: |