about summary refs log tree commit homepage
path: root/local.mk.sample
DateCommit message (Collapse)
2009-10-19local.mk.sample: sync with BDFL's version
2009-10-15local.mk.sample: use rev 0.3.1 instead
rev 0.3.1 was just released tonight, lets use it since it squelches annoying warning messages.
2009-10-14local.mk.sample: use ksh93 as default $(SHELL)
It's faster than bash and the newer versions I have fixed a bug where the all-important pipefail option got dropped in subshells.
2009-10-05local.mk.sample: fix revactor dependency
This makes the Ruby 1.9 tests take much longer now, ~14s because the SHA1 test is fairly intensive.
2009-10-05local.mk.sample: sync to my current version
This allows the "full-test" target to run 1.9 and 1.8 tests together and sets up gem paths so I don't have to load rubygems. Currently I can run "make -j full-test" in 5.3 seconds on my box vs ~20 seconds without the "-j". Hopefully this time continues to stay low as more tests are added...
2009-10-02initial revision
No tests yet, but the old "gossamer" and "rainbows" branches seem to be basically working.