Revision 3814
Added by Aaron Marcuse-Kubitza over 12 years ago
input.Makefile | ||
---|---|---|
194 | 194 |
# Src maps cleanup |
195 | 195 |
ifneq ($(filter maps/.%.last_cleanup,$(MAKECMDGOALS)),) |
196 | 196 |
maps/.src.%.csv.last_cleanup: maps/src.%.csv |
197 |
$(bin)/in_place $< $(bin)/cols '*'
|
|
197 |
$(bin)/in_place $< $(bin)/cols +
|
|
198 | 198 |
touch $@ |
199 | 199 |
else |
200 | 200 |
# Autogen src maps with known table names |
Also available in: Unified diff
cols: Changed value for all columns to '+' so that it wouldn't need to be shell-escaped as '*' was