Revision 3809
Added by Aaron Marcuse-Kubitza over 12 years ago
mappings/Makefile | ||
---|---|---|
24 | 24 |
selfMap_ = $(bin)/cols 0 0 |
25 | 25 |
mkSelfMap = $(selfMap_) <$<|$(bin)/sort_map >$@ |
26 | 26 |
|
27 |
define chRoot |
|
28 |
$(bin)/ch_root <$< >$@ |
|
29 |
$(review) |
|
30 |
endef |
|
31 |
|
|
32 |
define cpReview |
|
33 |
$(cp) |
|
34 |
$(review) |
|
35 |
endef |
|
36 |
|
|
37 | 27 |
##### General targets |
38 | 28 |
|
39 | 29 |
all: _always $(inputCoreMaps) dwc_maps self_maps ; |
Also available in: Unified diff
mappings/Makefile: Removed no longer used $(chRoot), $(cpReview)