diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-05-31 08:01:08 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-05-31 08:01:08 (GMT) |
commit | 377f54e85fbf1cc953c690b260e81e630a2be253 (patch) | |
tree | d1724cb51e5813669557236cc774405d0ca8748e /Makefile.pre.in | |
parent | 971ea11e4c2d9b1e204aa37eac3de9cb36333bcf (diff) | |
download | cpython-377f54e85fbf1cc953c690b260e81e630a2be253.zip cpython-377f54e85fbf1cc953c690b260e81e630a2be253.tar.gz cpython-377f54e85fbf1cc953c690b260e81e630a2be253.tar.bz2 |
Revert last checkin, it is better to do make distclean
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 911470b..566e5d4 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -594,17 +594,8 @@ testuniversal: all platform $(RUNSHARED) /usr/libexec/oah/translate ./$(BUILDPYTHON) -E -tt $(TESTPROG) $(TESTOPTS) -uall -# These two force rules are only used for buildbottest. -# - cleanup tries to cleanup after broken tests. -# - setup ensures that we are using the latest version of Modules/Setup.dist. -forcecleanup: - -rm -rf $(srcdir)/@test* - -forcesetup: - cp $(srcdir)/Modules/Setup.dist $(srcdir)/Modules/Setup - # Like testall, but with a single pass only -buildbottest: forcecleanup forcesetup all platform +buildbottest: all platform $(TESTPYTHON) $(TESTPROG) $(TESTOPTS) -uall -rw QUICKTESTOPTS= $(TESTOPTS) -x test_thread test_signal test_strftime \ |