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:
parent
09be123c6c
commit
3805a9c5d5
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user