Project

General

Profile

« Previous | Next » 

Revision 10100

inputs/input.Makefile: added list_tables to print $(tables) for use in populating import_order.txt

View differences:

inputs/input.Makefile
112 112
importTables := $(foreach table,$(tables),$(if\
113 113
$(call dontImport,$(table)),,$(table)))
114 114

  
115
list_tables: _always # use `make -s` to avoid echoing commands
116
	@for table in $(tables); do echo "$$table"; done
117

  
115 118
##### SVN
116 119

  
117 120
svnFilesGlob:= */{,$(noImportFile),{,.}{map,VegBIEN}.csv{,.*},*header.*,*.sql,test.xml.ref}

Also available in: Unified diff