Project

General

Profile

« Previous | Next » 

Revision 9681

bugfix: *run: overriding targets: use new self_make to properly progagate the $remake flag to the overridden target, so that the target itself is not skipped

View differences:

inputs/GBIF/table.run
27 27
{
28 28
	echo_func
29 29
	export_mysql
30
	import__table_run "$@"
30
	self_make import__table_run "$@"
31 31
}
32 32

  
33 33
fi
inputs/GBIF/raw_occurrence_record/run
103 103
	filter="
104 104
deleted IS NULL
105 105
AND institution_code IN (SELECT * FROM herbaria_filter)" \
106
table.tsv/make__src_table_run
106
self_make table.tsv/make__src_table_run
107 107
}
108 108

  
109 109
fi
inputs/GBIF/_MySQL/GBIFPortalDB-2013-02-20.data.sql.run
17 17

  
18 18
func_override ^.preamble.sql/make__resume_import_sh
19 19
^.preamble.sql/make()
20
{ echo_func; top_file="$dumpfile" ^.preamble.sql/make__resume_import_sh; }
20
{
21
	echo_func
22
	top_file="$dumpfile" self_make ^.preamble.sql/make__resume_import_sh
23
}
21 24

  
22 25
fi
lib/runscripts/table.run
9 9
{
10 10
	echo_func
11 11
	before_import_cmds
12
	import__table_run "$@"
12
	self_make import__table_run "$@"
13 13
	after_import_cmds
14 14
}
15 15
fi ####

Also available in: Unified diff