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:
Tatsuhiro Tsujikawa 2015-05-20 22:50:58 +09:00
parent 1ddff5bbf9
commit 2b450f26ba
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ all-local: nghttp2.c
install-exec-local:
$(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix)
uninstall-local:
rm -rf $(DESTDIR)$(libdir)/python*/site-packages/*nghttp2*
# uninstall-local:
# rm -rf $(DESTDIR)$(libdir)/python*/site-packages/*nghttp2*
clean-local:
$(PYTHON) setup.py clean --all