Makefile.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ea639ccd7bc2f531418e952f010b1e5f745b9aa4
Author:     Miklos Vajna <[email protected]>
AuthorDate: Wed Feb 11 09:03:56 2026 +0100
Commit:     Miklos Vajna <[email protected]>
CommitDate: Wed Feb 11 10:53:29 2026 +0100

    make distclean: don't remove Cargo.lock
    
    It is no longer a generated file since commit
    64510d3c8e2ebb6989787da273731fbd11175a6e (rust_uno : Cargo.lock must be
    in the git repository, 2026-02-07).
    
    Change-Id: I8cbfc2fdb69786bce8bbd69a3a99400cb1ca96b3
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199121
    Reviewed-by: Miklos Vajna <[email protected]>
    Tested-by: Jenkins

diff --git a/Makefile.in b/Makefile.in
index c64460362c75..340ebf7321bd 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -197,7 +197,7 @@ clean-host:
        rm -fr $(TESTINSTALLDIR)
        rm -fr $(INSTDIR)
        rm -fr $(WORKDIR)
-       rm -fr $(SRCDIR)/rust_uno/Cargo.lock $(SRCDIR)/rust_uno/src/generated 
$(SRCDIR)/rust_uno/target
+       rm -fr $(SRCDIR)/rust_uno/src/generated $(SRCDIR)/rust_uno/target
 
 clean-build:
 ifneq ($(CROSS_COMPILING),)

Reply via email to