Comment out uninstall-local for python
This uninstall-local rule is too strong; it could delete unexpected files, although they are likely nghttp2 related.
This commit is contained in:
parent
1ddff5bbf9
commit
2b450f26ba
|
@ -35,8 +35,8 @@ all-local: nghttp2.c
|
||||||
install-exec-local:
|
install-exec-local:
|
||||||
$(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix)
|
$(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix)
|
||||||
|
|
||||||
uninstall-local:
|
# uninstall-local:
|
||||||
rm -rf $(DESTDIR)$(libdir)/python*/site-packages/*nghttp2*
|
# rm -rf $(DESTDIR)$(libdir)/python*/site-packages/*nghttp2*
|
||||||
|
|
||||||
clean-local:
|
clean-local:
|
||||||
$(PYTHON) setup.py clean --all
|
$(PYTHON) setup.py clean --all
|
||||||
|
|
Loading…
Reference in New Issue