mirror of https://github.com/openXC7/prjxray.git
int_loop.sh: pass N argument to make
Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
parent
c93c3f601a
commit
ede69d95de
|
|
@ -54,7 +54,7 @@ while true; do
|
|||
i=$((i+1));
|
||||
cp build/todo.txt todo/${i}.txt;
|
||||
cp build/todo_all.txt todo/${i}_all.txt;
|
||||
if ${MAKE} ${MAKEFLAGS} database; then
|
||||
if ${MAKE} ${MAKEFLAGS} N=$i database; then
|
||||
if $pushdb ; then
|
||||
${MAKE} ${MAKEFLAGS} pushdb;
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue