diff options
Diffstat (limited to 'data/python/test.diff')
-rw-r--r-- | data/python/test.diff | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/data/python/test.diff b/data/python/test.diff new file mode 100644 index 000000000..e2258207b --- /dev/null +++ b/data/python/test.diff @@ -0,0 +1,17 @@ +diff -ru Python-2.5.1/Makefile.pre.in Python-2.5.1+iPhone/Makefile.pre.in +--- Python-2.5.1/Makefile.pre.in 2006-12-08 20:46:13.000000000 +0000 ++++ Python-2.5.1+iPhone/Makefile.pre.in 2008-01-09 08:21:39.000000000 +0000 +@@ -775,11 +775,11 @@ + PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \ + ./$(BUILDPYTHON) -Wi -tt $(DESTDIR)$(LIBDEST)/compileall.py \ + -d $(LIBDEST) -f \ +- -x 'bad_coding|badsyntax|site-packages' $(DESTDIR)$(LIBDEST) ++ -x 'bad_coding|badsyntax|site-packages|test' $(DESTDIR)$(LIBDEST) + PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \ + ./$(BUILDPYTHON) -Wi -tt -O $(DESTDIR)$(LIBDEST)/compileall.py \ + -d $(LIBDEST) -f \ +- -x 'bad_coding|badsyntax|site-packages' $(DESTDIR)$(LIBDEST) ++ -x 'bad_coding|badsyntax|site-packages|test' $(DESTDIR)$(LIBDEST) + -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \ + ./$(BUILDPYTHON) -Wi -t $(DESTDIR)$(LIBDEST)/compileall.py \ + -d $(LIBDEST)/site-packages -f \ |