Temporarily introduce a stage2-check build target

The tinderbox snapshotting scripts seem to be looking for a stage2-check
target when they should be using check-stage2. Since Graydon is out of the
office, I'm making this change to see if the snapshot will go through.
This commit is contained in:
Brian Anderson 2011-07-05 12:52:36 -07:00
parent 8499c77cee
commit 6853e04fc4

View file

@ -166,6 +166,10 @@ check-stage2: tidy \
$(TEST_RPASS_OUTS_STAGE2) $(TEST_RFAIL_OUTS_STAGE2) \
$(TEST_CFAIL_OUTS_STAGE2) \
# FIXME: This duplicate rule is only here until the tinderbox scripts
# are fixed to use the check-stage2 rule
stage2-check: tidy \
check-stage2
check: tidy \
$(TEST_RPASS_EXES_STAGE2) $(TEST_RFAIL_EXES_STAGE2) \