int_loop.sh: pass N argument to make

Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
John McMaster 2018-12-11 16:35:03 -08:00
parent c93c3f601a
commit ede69d95de
1 changed files with 1 additions and 1 deletions

View File

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