Project

General

Profile

« Previous | Next » 

Revision 3776

sort_map: Remove duplicates resulting from multiple outputs for the same input. mappings/Makefile: $(mkSelfMap): Removed uniq now that sort_map does this.

View differences:

bin/sort_map
6 6

  
7 7
selfDir="$(dirname -- "$0")"
8 8

  
9
"$selfDir/sort" 1 0
9
# uniq: remove duplicates resulting from multiple outputs for the same input
10
"$selfDir/sort" 1 0|uniq
mappings/Makefile
19 19

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

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

Also available in: Unified diff