From: Thomas Wouters Date: Fri, 25 Jan 2008 23:21:16 +0000 (+0000) Subject: Make the testall target work again when building in a separate directory X-Git-Tag: v3.0a3~163 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d2d291541dbf9cfbd6128123bb731b60eb9d6635;p=thirdparty%2FPython%2Fcpython.git Make the testall target work again when building in a separate directory (with '../path/to/source/configure') --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 8cbde8097c95..0a03d87ab676 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -646,7 +646,7 @@ test: all platform testall: all platform -find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f - $(TESTPYTHON) Lib/compileall.py + $(TESTPYTHON) $(srcdir)/Lib/compileall.py -find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f -$(TESTPYTHON) $(TESTPROG) $(TESTOPTS) -uall $(TESTPYTHON) $(TESTPROG) $(TESTOPTS) -uall