Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b7aea47561fa0e1b4c8015419a3c64bed13309e7
Author: Yunusemre Şentürk <[email protected]>
AuthorDate: Wed Feb 9 14:59:34 2022 +0300
Commit: Miklos Vajna <[email protected]>
CommitDate: Thu Feb 10 08:46:00 2022 +0100
Remove interactivity of asking permission when make distclean
Change-Id: I8cce598b96b1339afeb40679375a2f0a60ca4d9c
Signed-off-by: Yunusemre Şentürk <[email protected]>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129719
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <[email protected]>
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