|
|
@ -0,0 +1,18 @@ |
|
|
|
diff -ru Python-2.3.old/Makefile.pre.in Python-2.3/Makefile.pre.in
|
|
|
|
--- Python-2.3.old/Makefile.pre.in 2003-07-13 12:10:42.000000000 +0200
|
|
|
|
+++ Python-2.3/Makefile.pre.in 2003-11-15 20:22:02.000000000 +0100
|
|
|
|
@@ -709,14 +709,6 @@
|
|
|
|
./$(BUILDPYTHON) -Wi -tt -O $(DESTDIR)$(LIBDEST)/compileall.py \ |
|
|
|
-d $(LIBDEST) -f \ |
|
|
|
-x 'badsyntax|site-packages' $(DESTDIR)$(LIBDEST) |
|
|
|
- PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
|
|
|
|
- ./$(BUILDPYTHON) -Wi -t $(DESTDIR)$(LIBDEST)/compileall.py \
|
|
|
|
- -d $(LIBDEST)/site-packages -f \
|
|
|
|
- -x badsyntax $(DESTDIR)$(LIBDEST)/site-packages
|
|
|
|
- PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
|
|
|
|
- ./$(BUILDPYTHON) -Wi -t -O $(DESTDIR)$(LIBDEST)/compileall.py \
|
|
|
|
- -d $(LIBDEST)/site-packages -f \
|
|
|
|
- -x badsyntax $(DESTDIR)$(LIBDEST)/site-packages
|
|
|
|
|
|
|
|
# Create the PLATDIR source directory, if one wasn't distributed.. |
|
|
|
$(srcdir)/Lib/$(PLATDIR): |