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:
parent
b14e174c65
commit
9e4eba0ae5
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user