Project

General

Profile

Task #471

Updated by Aaron Marcuse-Kubitza over 12 years ago

* Currently, you have to run @make mappings/@ in addition to @make test@ after any mappings changes 
 * Before VegCSV, it was possible to just run @make test@ and have all core maps automatically remade 
 * This problem is due to may fix itself once the datasources use VegCSV non-derived map not yet being used by any datasources (only the derived maps are used) 
 Because the derived maps are symlinks rather than make targets, make never touches the non-derived map and doesn't run its recipe instead of VegX

Back