Remove config.warn during make distclean
57f7b8f86b
"configure: Keep warnings file and cat
build ones" insinuates that it shall no longer be removed during configure, so
at least remove it during distclean
Change-Id: Ic74aa0f2ca26887f90fea70d764b89b85a1cb01d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116513
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
parent
5ead135faa
commit
f3e1cc6eb5
1 changed files with 2 additions and 0 deletions
|
@ -209,8 +209,10 @@ distclean : clean compilerplugins-clean
|
|||
$(BUILDDIR)/bin/odfvalidator.sh \
|
||||
$(BUILDDIR)/bin/officeotron.sh \
|
||||
$(BUILDDIR)/config.Build.log \
|
||||
$(BUILDDIR)/config.Build.warn \
|
||||
$(BUILDDIR)/config.log \
|
||||
$(BUILDDIR)/config.status \
|
||||
$(BUILDDIR)/config.warn \
|
||||
$(BUILDDIR)/config_build.mk \
|
||||
$(BUILDDIR)/config_build_lang.mk \
|
||||
$(BUILDDIR)/config_build \
|
||||
|
|
Loading…
Reference in a new issue