Remove interactivity of asking permission when make distclean
Change-Id: I8cce598b96b1339afeb40679375a2f0a60ca4d9c Signed-off-by: Yunusemre Şentürk <yunusemre@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129719 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
This commit is contained in:
parent
fb307b3ac5
commit
b7aea47561
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ distclean : clean compilerplugins-clean
|
|||
$(BUILDDIR)/solenv/lockfile/autoconf.h \
|
||||
$(BUILDDIR)/sysui/desktop/macosx/Info.plist \
|
||||
$(BUILDDIR)/vs-code*.code-workspace*
|
||||
$(if $(filter WNT,$(OS)),env -i PATH="$$PATH") $(FIND) $(SRCDIR)/solenv/gdb -name \*.pyc -exec rm {} \;
|
||||
$(if $(filter WNT,$(OS)),env -i PATH="$$PATH") $(FIND) $(SRCDIR)/solenv/gdb -name \*.pyc -exec rm -f {} \;
|
||||
|
||||
#
|
||||
# custom command
|
||||
|
|
Loading…
Reference in a new issue