1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23: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 b14e174c65
commit 9e4eba0ae5

View File

@ -1067,7 +1067,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: