]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Revert last checkin, it is better to do make distclean
authorNeal Norwitz <nnorwitz@gmail.com>
Wed, 31 May 2006 08:01:08 +0000 (08:01 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Wed, 31 May 2006 08:01:08 +0000 (08:01 +0000)
Makefile.pre.in

index 911470ba757e468c893835f7a5f86a479951cd98..566e5d4d9a291f7a9651c32ef3dbe9005af35040 100644 (file)
@@ -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 \