From 237a9d7d76eee7b741d7b34ade26957fc1eccfde Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 2 Sep 2008 05:13:25 -0400 Subject: A COUNT of 0 now means "read to end of database", not -1, which Emacs was taking to be an option flag. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 4d58055..24edea0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -86,7 +86,7 @@ COUNT = 100000 # run). # # chess1 $ rm -f chess-test; nice -n 20 make START=0 COUNT=2104715 check -# chess2 $ rm -f chess-test; nice -n 20 make START=2104715 COUNT=-1 check +# chess2 $ rm -f chess-test; nice -n 20 make START=2104715 COUNT=0 check # # I run both of these using `screen', with a vertical split so I can watch # them both running. I type C-a H in each screen window before starting, so -- cgit v1.2.3