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

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


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

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

    Force removal of possible stale version number
    
    (cherry picked from commit 946d3240c7f9a5e4700e144c5bc12e5ef343ed4e)
---
 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