Project

General

Profile

« Previous | Next » 

Revision 9362

inputs/GBIF/raw_occurrence_record/run: table.tsv/make(): moved making of table.tsv.md5 to separate function

View differences:

run
3 3

  
4 4
if self_not_included; then
5 5

  
6
table.tsv.md5/make()
7
{
8
	echo_func; set_make_vars
9
	silent=1 input_make "$target_filename.md5"
10
}
11

  
6 12
func_override table.tsv/make__src_table_run
7 13
table.tsv/make() # usage: [remake=1] [limit=...] .../run table.tsv/make
8 14
{
......
17 23
institution_code IN ($(cat "$top_dir"/herbaria.sql))"
18 24
table.tsv/make__src_table_run
19 25
	
20
	silent=1 input_make "$target_filename.md5"
26
	table.tsv.md5/make
21 27
}
22 28

  
23 29
fi

Also available in: Unified diff