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

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


The following commit(s) were added to refs/heads/AOO419 by this push:
     new e8c0dd0  Check that the INPATH variable is set before using it (#113)
e8c0dd0 is described below

commit e8c0dd08f7c04a7933770be6419510200bd2ff12
Author: Arrigo Marchiori <ard...@yahoo.it>
AuthorDate: Tue Dec 22 14:09:34 2020 +0100

    Check that the INPATH variable is set before using it (#113)
    
    (cherry picked from commit 3fe339952452e2d3477a993a2809c09f4b560414)
---
 main/makefile.rc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/main/makefile.rc b/main/makefile.rc
index 0688e27..3833128 100644
--- a/main/makefile.rc
+++ b/main/makefile.rc
@@ -59,6 +59,7 @@ distclean .PHONY: clean
 
 
 clean .PHONY:
+       @test -n "$(INPATH)" || (echo Build environment not set; exit 1)
        -rm -rf */$(INPATH)
        -rm -rf solver/*/$(INPATH)
 .IF "$(ADDITIONAL_REPOSITORIES)"!=""

Reply via email to