Add a FIXME about simplifying the make check rules

This commit is contained in:
Brian Anderson 2011-08-01 12:12:50 -07:00
parent e13390a199
commit 07950c8851
1 changed files with 8 additions and 0 deletions

View File

@ -95,6 +95,14 @@ tidy:
define TEST_STAGEN
# FIXME: These rules are complicated by a scheme to produce .out files
# for each test, with the idea that if the targets produce actual
# output, subsequent "make check's" will just exit successfully
# without re-running the tests. Unfortunately this scheme is currently
# broken and the tests rerun with every invocation of "make check"
# anyway. Nobody seems to have noticed, so it would be simpler to just
# remove all the code here involved with producing .out files.
check-stage$(2): tidy \
check-stage$(2)-rustc \
check-stage$(2)-std \