mirror of https://github.com/openXC7/prjxray.git
make: Add `+` so make passes down job information.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
parent
7985d0c58c
commit
378e5f40b1
|
|
@ -55,10 +55,10 @@ build/database/seeded:
|
||||||
cp ${XRAY_DATABASE_DIR}/${XRAY_DATABASE}/segbits*.db build/database/${XRAY_DATABASE}
|
cp ${XRAY_DATABASE_DIR}/${XRAY_DATABASE}/segbits*.db build/database/${XRAY_DATABASE}
|
||||||
touch build/database/seeded
|
touch build/database/seeded
|
||||||
|
|
||||||
# XXX: conider moving to script
|
# FIXME: consider moving to script
|
||||||
run:
|
run:
|
||||||
$(MAKE) clean
|
$(MAKE) clean
|
||||||
XRAY_DIR=${XRAY_DIR} MAKE="$(MAKE)" QUICK=$(QUICK) $(XRAY_DIR)/fuzzers/int_loop.sh --check-args "$(CHECK_ARGS)"
|
+$(XRAY_DIR)/fuzzers/int_loop.sh --check-args "$(CHECK_ARGS)"
|
||||||
touch run.ok
|
touch run.ok
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
@ -72,4 +72,3 @@ cleanpiplist:
|
||||||
rm -rf $(XRAY_FUZZERS_DIR)/piplist/build
|
rm -rf $(XRAY_FUZZERS_DIR)/piplist/build
|
||||||
|
|
||||||
.PHONY: all database pushdb run clean cleaniter cleanpiplist
|
.PHONY: all database pushdb run clean cleaniter cleanpiplist
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue