Skip to content

Commit

Permalink
Make the testall target work again when building in a separate directory
Browse files Browse the repository at this point in the history
(with '../path/to/source/configure')
  • Loading branch information
Yhg1s committed Jan 25, 2008
1 parent eee84e9 commit d2d2915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.pre.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d2d2915

Please sign in to comment.