Revision 10276
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/runscripts/table.run | ||
---|---|---|
99 | 99 |
map_table |
100 | 100 |
custom_postprocess |
101 | 101 |
mk_derived |
102 |
if test "$can_test"; then remake_VegBIEN_mappings; fi |
|
102 |
if test "$can_test"; then self_make remake_VegBIEN_mappings; fi
|
|
103 | 103 |
} |
104 | 104 |
|
105 | 105 |
import() |
Also available in: Unified diff
lib/runscripts/table.run: postprocess(): propagate the $remake flag to remake_VegBIEN_mappings using self_make, so that a remake=1 on postprocess will cause map.csv to be regenerated as it would for a remake=1 directly on remake_VegBIEN_mappings