blob: 4aa5cf49a11570afd526af5ad75cd7481641469b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
our patchset is out dated ... this really should get merged ...
--- ../2.6/08_all_crosscompile.patch
+++ ../2.6/08_all_crosscompile.patch
@@ -60,8 +60,8 @@
-d $(LIBDEST)/site-packages -f \
-x badsyntax $(DESTDIR)$(LIBDEST)/site-packages
-PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
-- ./$(BUILDPYTHON) -Wi -t -c "import lib2to3.pygram"
-+ ./$(HOSTPYTHON) -Wi -t -c "import lib2to3.pygram"
+- ./$(BUILDPYTHON) -Wi -t -c "import lib2to3.pygram, lib2to3.patcomp;lib2to3.patcomp.PatternCompiler()"
++ ./$(HOSTPYTHON) -Wi -t -c "import lib2to3.pygram, lib2to3.patcomp;lib2to3.patcomp.PatternCompiler()"
# Create the PLATDIR source directory, if one wasn't distributed..
$(srcdir)/Lib/$(PLATDIR):
|