Project

General

Profile

« Previous | Next » 

Revision 3775

mappings/Makefile: $(mkSelfMap): Run uniq on the output to remove duplicates resulting from multiple outputs for the same input

View differences:

Makefile
19 19

  
20 20
join = env header_num=1 $(bin)/join_union_sort
21 21
selfMap_ = $(bin)/cols 0 0
22
mkSelfMap = $(selfMap_) <$<|$(bin)/sort_map >$@
22
# uniq: remove duplicates resulting from multiple outputs for the same input
23
mkSelfMap = $(selfMap_) <$<|$(bin)/sort_map|uniq >$@
23 24

  
24 25
define chRoot
25 26
$(bin)/ch_root <$< >$@

Also available in: Unified diff