mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
Ignore errors on python_clean target.
(This used to be commit 9e4eba0ae5
)
This commit is contained in:
parent
eae0617c4e
commit
e5249ff9b0
@ -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