You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ji...@apache.org on 2021/01/11 13:48:59 UTC

[openoffice] branch AOO42X updated: Force removal of possible stale version number

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 <ji...@gmail.com>
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