|
Lines 1005-1011
Link Here
|
| 1005 |
--prefix=$(prefix) \ |
1005 |
--prefix=$(prefix) \ |
| 1006 |
--install-scripts=$(BINDIR) \ |
1006 |
--install-scripts=$(BINDIR) \ |
| 1007 |
--install-platlib=$(DESTSHARED) \ |
1007 |
--install-platlib=$(DESTSHARED) \ |
| 1008 |
--root=/$(DESTDIR) |
1008 |
--root=$(DESTDIR) |
| 1009 |
|
1009 |
|
| 1010 |
# Here are a couple of targets for MacOSX again, to install a full |
1010 |
# Here are a couple of targets for MacOSX again, to install a full |
| 1011 |
# framework-based Python. frameworkinstall installs everything, the |
1011 |
# framework-based Python. frameworkinstall installs everything, the |
|
Lines 1085-1091
Link Here
|
| 1085 |
./$(BUILDPYTHON) $(srcdir)/Tools/scripts/setup.py install \ |
1085 |
./$(BUILDPYTHON) $(srcdir)/Tools/scripts/setup.py install \ |
| 1086 |
--prefix=$(prefix) \ |
1086 |
--prefix=$(prefix) \ |
| 1087 |
--install-scripts=$(BINDIR) \ |
1087 |
--install-scripts=$(BINDIR) \ |
| 1088 |
--root=/$(DESTDIR) |
1088 |
--root=$(DESTDIR) |
| 1089 |
|
1089 |
|
| 1090 |
# Build the toplevel Makefile |
1090 |
# Build the toplevel Makefile |
| 1091 |
Makefile.pre: Makefile.pre.in config.status |
1091 |
Makefile.pre: Makefile.pre.in config.status |