diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2004-07-08 15:53:45 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2004-07-08 15:53:45 +0000 |
commit | 95340a84dc81dbf3fe8377e5a7d185b82ca5ea65 (patch) | |
tree | 0ddef3879cda667274ea8c93c7af429c924ee74b /lang/python27/files/patch-Makefile.pre.in | |
parent | update to 3.00: (diff) |
- Update to 2.4a1, the first alpha release of Python 2.4.
- Provide USE_PYTHON_BUILD and USE_PYTHON_RUN to allow explicit
dependencies. [1]
- Provide PYDISTUTILS_CONFIGUREARGS and run ${PYSETUP} config on
'do-configure' targets. [2]
Reviewed by: eik [1]
Submitted by: Mike Brown <mike@skew.org>
Diffstat (limited to 'lang/python27/files/patch-Makefile.pre.in')
-rw-r--r-- | lang/python27/files/patch-Makefile.pre.in | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/lang/python27/files/patch-Makefile.pre.in b/lang/python27/files/patch-Makefile.pre.in deleted file mode 100644 index e2353b942195..000000000000 --- a/lang/python27/files/patch-Makefile.pre.in +++ /dev/null @@ -1,16 +0,0 @@ ---- Makefile.pre.in.orig Sat Sep 20 19:50:48 2003 -+++ Makefile.pre.in Sat Nov 15 22:34:55 2003 -@@ -714,11 +714,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 |