From 6853e04fc40d02522a57660b043e220402d11416 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Tue, 5 Jul 2011 12:52:36 -0700 Subject: [PATCH] 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. --- mk/tests.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mk/tests.mk b/mk/tests.mk index b77682aaa02..2511c3ceccd 100644 --- a/mk/tests.mk +++ b/mk/tests.mk @@ -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) \