Merge pull request #369 from mcmasterg/build_todo2

todo: clean up file names
This commit is contained in:
John McMaster 2018-12-19 17:36:14 -08:00 committed by GitHub
commit f7adc73e6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: