This is an automated email from the ASF dual-hosted git repository.

jim pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 946d324  Force removal of possible stale version number
946d324 is described below

commit 946d3240c7f9a5e4700e144c5bc12e5ef343ed4e
Author: Jim Jagielski <[email protected]>
AuthorDate: Mon Jan 11 08:47:49 2021 -0500

    Force removal of possible stale version number
---
 main/makefile.rc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/main/makefile.rc b/main/makefile.rc
index 3833128..31cc273 100644
--- a/main/makefile.rc
+++ b/main/makefile.rc
@@ -62,6 +62,7 @@ clean .PHONY:
        @test -n "$(INPATH)" || (echo Build environment not set; exit 1)
        -rm -rf */$(INPATH)
        -rm -rf solver/*/$(INPATH)
+       -rm -rf solenv/inc/reporevision.lst
 .IF "$(ADDITIONAL_REPOSITORIES)"!=""
        -rm -rf $(foreach,f,$(ADDITIONAL_REPOSITORIES) $f/*/$(INPATH))
 .ENDIF

Reply via email to