mirror of https://github.com/openXC7/prjxray.git
todo: clean up file names
Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
parent
ab9ee2a0c6
commit
ba5a155464
|
|
@ -62,7 +62,7 @@ build/todo.txt: build/pips_int_l.txt $(XRAY_DIR)/fuzzers/int_maketodo.py
|
|||
cp build/todo_all.txt build/todo.txt build/$(ITER)/
|
||||
# All in one dir for easier trending
|
||||
mkdir -p build/todo
|
||||
cp build/todo_all.txt build/todo.txt build/todo/
|
||||
cp build/todo_all.txt build/todo/$(ITER)_all.txt
|
||||
|
||||
# XXX: conider moving to script
|
||||
run:
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ build/todo.txt: build/$(PIP_TYPE)_l.txt $(XRAY_DIR)/fuzzers/int_maketodo.py
|
|||
cp build/todo_all.txt build/todo.txt build/$(ITER)/
|
||||
# All in one dir for easier trending
|
||||
mkdir -p build/todo
|
||||
cp build/todo_all.txt build/todo.txt build/todo/
|
||||
cp build/todo_all.txt build/todo/$(ITER)_all.txt
|
||||
|
||||
# XXX: conider moving to script
|
||||
run:
|
||||
|
|
|
|||
Loading…
Reference in New Issue