[Python-checkins] r46573 - python/trunk/Makefile.pre.in

neal.norwitz python-checkins at python.org
Wed May 31 10:01:08 CEST 2006


Author: neal.norwitz
Date: Wed May 31 10:01:08 2006
New Revision: 46573

Modified:
   python/trunk/Makefile.pre.in
Log:
Revert last checkin, it is better to do make distclean

Modified: python/trunk/Makefile.pre.in
==============================================================================
--- python/trunk/Makefile.pre.in	(original)
+++ python/trunk/Makefile.pre.in	Wed May 31 10:01:08 2006
@@ -594,17 +594,8 @@
 		$(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 \


More information about the Python-checkins mailing list