Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
3e838dd8
Commit
3e838dd8
authored
Mar 22, 2008
by
Martin v. Löwis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Install lib2to3.
parent
baf267ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
Makefile.pre.in
Makefile.pre.in
+3
-0
No files found.
Makefile.pre.in
View file @
3e838dd8
...
@@ -780,6 +780,7 @@ LIBSUBDIRS= lib-tk site-packages test test/output test/data \
...
@@ -780,6 +780,7 @@ LIBSUBDIRS= lib-tk site-packages test test/output test/data \
email email/mime email/test email/test/data
\
email email/mime email/test email/test/data
\
sqlite3 sqlite3/test
\
sqlite3 sqlite3/test
\
logging bsddb bsddb/test csv wsgiref
\
logging bsddb bsddb/test csv wsgiref
\
lib2to3 lib2to3/fixes lib2to3/pgen2
\
ctypes ctypes/test ctypes/macholib idlelib idlelib/Icons
\
ctypes ctypes/test ctypes/macholib idlelib idlelib/Icons
\
distutils distutils/command distutils/tests
$(XMLLIBSUBDIRS)
\
distutils distutils/command distutils/tests
$(XMLLIBSUBDIRS)
\
setuptools setuptools/command setuptools/tests setuptools.egg-info
\
setuptools setuptools/command setuptools/tests setuptools.egg-info
\
...
@@ -856,6 +857,8 @@ libinstall: build_all $(srcdir)/Lib/$(PLATDIR)
...
@@ -856,6 +857,8 @@ libinstall: build_all $(srcdir)/Lib/$(PLATDIR)
./
$(BUILDPYTHON)
-Wi
-t
-O
$(DESTDIR)$(LIBDEST)
/compileall.py
\
./
$(BUILDPYTHON)
-Wi
-t
-O
$(DESTDIR)$(LIBDEST)
/compileall.py
\
-d
$(LIBDEST)
/site-packages
-f
\
-d
$(LIBDEST)
/site-packages
-f
\
-x
badsyntax
$(DESTDIR)$(LIBDEST)
/site-packages
-x
badsyntax
$(DESTDIR)$(LIBDEST)
/site-packages
-
PYTHONPATH
=
$(DESTDIR)$(LIBDEST)
$(RUNSHARED)
\
./
$(BUILDPYTHON)
-Wi
-t
-c
"import lib2to3.pygram"
# Create the PLATDIR source directory, if one wasn't distributed..
# Create the PLATDIR source directory, if one wasn't distributed..
$(srcdir)/Lib/$(PLATDIR)
:
$(srcdir)/Lib/$(PLATDIR)
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment