From cbee63519e5bfa9431cedefac9d47c9bca12db45 Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Wed, 1 Dec 2004 15:04:05 +0000 Subject: - Update lang/python to 2.4 final release. - Finish repocopy lang/python -> lang/python23 for Python 2.3.4 --- lang/python/files/patch-Makefile.pre.in | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 lang/python/files/patch-Makefile.pre.in (limited to 'lang/python/files/patch-Makefile.pre.in') diff --git a/lang/python/files/patch-Makefile.pre.in b/lang/python/files/patch-Makefile.pre.in deleted file mode 100644 index 8ab09bec3ba2..000000000000 --- a/lang/python/files/patch-Makefile.pre.in +++ /dev/null @@ -1,16 +0,0 @@ ---- Makefile.pre.in.orig Sat Nov 15 21:37:25 2003 -+++ Makefile.pre.in Sat Nov 15 21:37:54 2003 -@@ -710,11 +710,11 @@ - ./$(BUILDPYTHON) -Wi -tt -O $(DESTDIR)$(LIBDEST)/compileall.py \ - -d $(LIBDEST) -f \ - -x 'badsyntax|site-packages' $(DESTDIR)$(LIBDEST) -- PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \ -+ -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) \ -+ -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \ - ./$(BUILDPYTHON) -Wi -t -O $(DESTDIR)$(LIBDEST)/compileall.py \ - -d $(LIBDEST)/site-packages -f \ - -x badsyntax $(DESTDIR)$(LIBDEST)/site-packages -- cgit v1.2.3