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:
Yunusemre Şentürk 2022-02-09 14:59:34 +03:00 committed by Miklos Vajna
parent fb307b3ac5
commit b7aea47561

View file

@ -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