From b7aea47561fa0e1b4c8015419a3c64bed13309e7 Mon Sep 17 00:00:00 2001 From: Yunusemre Şentürk Date: Wed, 9 Feb 2022 14:59:34 +0300 Subject: Remove interactivity of asking permission when make distclean MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I8cce598b96b1339afeb40679375a2f0a60ca4d9c Signed-off-by: Yunusemre Şentürk Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129719 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 300469aa0d5e..236529d7d229 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 -- cgit