Project

General

Profile

« Previous | Next » 

Revision 8380

inputs/input.Makefile: Staging tables installation: %/install: Don't run $(import_install_) for empty dirs because there is no data to import

View differences:

inputs/input.Makefile
270 270
.PRECIOUS: %/header.csv
271 271

  
272 272
%/install: _always
273
	$(if $(nonXml),$(import_install_))
273
	$(if $(isCsv),$(import_install_))
274 274
	$(selfMake) $*/postprocess
275 275
	$(exportHeader)
276 276
	$(cleanup)

Also available in: Unified diff