lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master b99f6ac 2/2: Include all 'sample*' product fi


From: Greg Chicares
Subject: [lmi-commits] [lmi] master b99f6ac 2/2: Include all 'sample*' product files in a fardel by default
Date: Mon, 21 Sep 2020 22:24:35 -0400 (EDT)

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

    Include all 'sample*' product files in a fardel by default
    
    Without this change, the recently enhanced '--selftest' fails in a
    fardel unless '--data_path' points outside--but fardels are meant
    to be self-contained, and thus usable without '--data_path'. See:
      https://lists.nongnu.org/archive/html/lmi/2020-09/msg00040.html
    
    Added no '*' wildcard to these two files:
       sample.dat
       sample.ndx
    because they're table databases that are shared by all "sample"+suffix
    products, but have no such suffixed variations themselves.
---
 workhorse.make | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/workhorse.make b/workhorse.make
index 8187553..ff58b77 100644
--- a/workhorse.make
+++ b/workhorse.make
@@ -1065,12 +1065,12 @@ shared_data_files = \
   qx_ins.dat \
   qx_ins.ndx \
   sample.dat \
-  sample.database \
-  sample.funds \
+  sample*.database \
+  sample*.funds \
   sample.ndx \
-  sample.policy \
-  sample.rounding \
-  sample.strata \
+  sample*.policy \
+  sample*.rounding \
+  sample*.strata \
 
 .PHONY: archive_shared_data_files
 archive_shared_data_files:



reply via email to

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