Revision 4692
Added by Aaron Marcuse-Kubitza over 12 years ago
mappings/Makefile | ||
---|---|---|
8 | 8 |
inputCoreMaps := Veg+.terms.csv Veg+-VegCore.csv VegCore-VegBIEN.csv \ |
9 | 9 |
VegX-VegCore.csv |
10 | 10 |
|
11 |
# Commands |
|
12 |
|
|
13 |
review_ = $(bin)/review 1 <$(1) >for_review/$(1) |
|
14 |
|
|
15 | 11 |
##### General targets |
16 | 12 |
|
17 | 13 |
all: _always $(inputCoreMaps) ; |
... | ... | |
32 | 28 |
.%.last_cleanup: % |
33 | 29 |
$(bin)/in_place $< $(bin)/sort_map |
34 | 30 |
touch $@ |
35 |
$(call review_,$<)
|
|
31 |
$(bin)/review 1 <$< >for_review/$<
|
|
36 | 32 |
|
37 | 33 |
else |
38 | 34 |
$(inputCoreMaps): _always |
Also available in: Unified diff
mappings/Makefile: Inline $(review_) because it's only used once