1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-29 11:21:54 +03:00

Ignore errors on python_clean target.

This commit is contained in:
Tim Potter 0001-01-01 00:00:00 +00:00
parent 09be123c6c
commit 3805a9c5d5

View File

@ -1085,7 +1085,7 @@ python_install: $(PYTHON_OBJS)
$(PYTHON) python/setup.py install
python_clean:
@if test -n "$(PYTHON)"; then $(PYTHON) python/setup.py clean; fi
@-if test -n "$(PYTHON)"; then $(PYTHON) python/setup.py clean; fi
# revert to the previously installed version
revert: