Actions
Task #471
closedadd make actions so new dependent maps are rebuilt automatically when their source map changes
Start date:
08/09/2012
Due date:
% Done:
100%
Estimated time:
Activity type:
Description
- Currently, you have to run
make mappings/
in addition tomake 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 the 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
Updated by Aaron Marcuse-Kubitza about 12 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
This appears to be fixed now that the primary map refactoring is done and the symlinks are gone
Actions