Skip to content

Instantly share code, notes, and snippets.

@catwell
Created October 26, 2011 13:47
Show Gist options
  • Save catwell/1316396 to your computer and use it in GitHub Desktop.
Save catwell/1316396 to your computer and use it in GitHub Desktop.
Tokyo Cabinet Makefile extract
check-forever :
while true ; \
do \
make check || break ; \
make check || break ; \
make check-thread || break ; \
make check-race || break ; \
make check-race || break ; \
make check-compare || break ; \
make check-compare || break ; \
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment