lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 4c404956 2/2: Display $test_dir in target sho


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 4c404956 2/2: Display $test_dir in target show_env
Date: Mon, 18 Apr 2022 17:32:12 -0400 (EDT)

branch: master
commit 4c4049564c4200fcd37487f7db001215290d8251
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Display $test_dir in target show_env
    
    This demonstrates that
      make test_dir=/where/ever show_env
    sets $test_dir, which is useful for running regression tests with
    various architectures.
---
 GNUmakefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/GNUmakefile b/GNUmakefile
index 162968c3..06905f47 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -262,6 +262,7 @@ show_env:
        @printf 'localbindir     = "%s"\n' "$(localbindir)"
        @printf 'locallibdir     = "%s"\n' "$(locallibdir)"
        @printf 'localincludedir = "%s"\n' "$(localincludedir)"
+       @printf 'test_dir        = "%s"\n' "$(test_dir)"
        @printf 'EXEEXT          = "%s"\n' "$(EXEEXT)"
        @printf 'SHREXT          = "%s"\n' "$(SHREXT)"
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]