Lines 595-601
Link Here
|
595 |
cd $(srcdir)/Python && $(PYTHON) setup.py build |
595 |
cd $(srcdir)/Python && $(PYTHON) setup.py build |
596 |
|
596 |
|
597 |
python-install: python-build |
597 |
python-install: python-build |
598 |
cd $(srcdir)/Python && $(PYTHON) setup.py install --prefix=$(prefix) |
598 |
cd $(srcdir)/Python && $(PYTHON) setup.py install --root=$(DESTDIR) --prefix=$(prefix) |
599 |
|
599 |
|
600 |
python-clean: Python/setup.py |
600 |
python-clean: Python/setup.py |
601 |
-cd $(srcdir)/Python && $(PYTHON) setup.py clean |
601 |
-cd $(srcdir)/Python && $(PYTHON) setup.py clean |