|
Lines 574-580
Link Here
|
| 574 |
cd $(srcdir)/Python && $(PYTHON) setup.py build |
574 |
cd $(srcdir)/Python && $(PYTHON) setup.py build |
| 575 |
|
575 |
|
| 576 |
python-install: python-build |
576 |
python-install: python-build |
| 577 |
cd $(srcdir)/Python && $(PYTHON) setup.py install --prefix=$(prefix) |
577 |
cd $(srcdir)/Python && $(PYTHON) setup.py install --prefix=$(prefix) --root=$(DESTDIR) |
| 578 |
|
578 |
|
| 579 |
python-clean: Python/setup.py |
579 |
python-clean: Python/setup.py |
| 580 |
-cd $(srcdir)/Python && $(PYTHON) setup.py clean |
580 |
-cd $(srcdir)/Python && $(PYTHON) setup.py clean |