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:
parent
8499c77cee
commit
6853e04fc4
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user