File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- BUILD_DIR =$(exec ../../tools/find-build-dir.sh )
1+ BUILD_DIR =$(shell ../../tools/find-build-dir.sh)
22
33all setup clean run :
44 @basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR ) ./test.sh --$@
Original file line number Diff line number Diff line change 1- BUILD_DIR =$(exec ../../tools/find-build-dir.sh )
1+ BUILD_DIR =$(shell ../../tools/find-build-dir.sh)
22
33all setup run :
44 @basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR ) ./test.sh --$@
Original file line number Diff line number Diff line change 1- BUILD_DIR =$(exec ../../tools/find-build-dir.sh )
1+ BUILD_DIR =$(shell ../../tools/find-build-dir.sh)
22
33all setup clean run :
44 @basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR ) ./test.sh --$@
Original file line number Diff line number Diff line change 1- BUILD_DIR =$(exec ../../tools/find-build-dir.sh )
1+ BUILD_DIR =$(shell ../../tools/find-build-dir.sh)
22
33all setup clean run :
44 @basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR ) ./test.sh --$@
Original file line number Diff line number Diff line change 1- BUILD_DIR =$(exec ../../tools/find-build-dir.sh )
1+ BUILD_DIR =$(shell ../../tools/find-build-dir.sh)
22
33all setup clean run :
44 @basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR ) ./test.sh --$@
You can’t perform that action at this time.
0 commit comments