From ddd3ea67f2afaec7646eb0fd69df6f9ed497ff07 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 20 May 2019 18:24:59 -0400 Subject: build: Shorten oh-autobuild commands a bit --- 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: -- cgit v0.9.1