Skip to content

Commit

Permalink
Don't override TIME in make.grand.test.with.*
Browse files Browse the repository at this point in the history
  • Loading branch information
appleby committed Feb 24, 2016
1 parent aaef4ed commit f1a7a24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -243,13 +243,13 @@ do.grand.test : ${SCHEME}
cat ${FAILURES} ) || echo "All tests passed."

grand.test.with.bigloo : o/${HOSTTYPE}/book.bigloo
${MAKE} grand.test SCHEME=o/$$HOSTTYPE/book.bigloo TIME=time
${MAKE} grand.test SCHEME=o/$$HOSTTYPE/book.bigloo
grand.test.with.gsi : o/${HOSTTYPE}/book.gsi
${MAKE} grand.test SCHEME=o/$$HOSTTYPE/book.gsi TIME=time
${MAKE} grand.test SCHEME=o/$$HOSTTYPE/book.gsi
grand.test.with.mit : o/${HOSTTYPE}/book.mit
${MAKE} grand.test SCHEME=o/$$HOSTTYPE/book.mit TIME=time
${MAKE} grand.test SCHEME=o/$$HOSTTYPE/book.mit
grand.test.with.guile : o/${HOSTTYPE}/book.guile
${MAKE} grand.test SCHEME=o/$$HOSTTYPE/book.guile TIME=time
${MAKE} grand.test SCHEME=o/$$HOSTTYPE/book.guile

##################################### Chap 1 ##############################

Expand Down

0 comments on commit f1a7a24

Please sign in to comment.