Project

General

Profile

« Previous | Next » 

Revision 8254

inputs/input.Makefile: SVN: add: Removed Source/map.csv prerequisite because it is not related to adding unversioned files in the dir. It was originally a prerequisite in order to auto-create it when the datasource dir is first created, but the map.csv recipe does not currently create metadata-only map.csvs. In the future, metadata-only map.csvs will be replaced with constant columns added to the applicable tables.

View differences:

inputs/input.Makefile
117 117
$(call wildcard/,$(_svnFilesGlob))
118 118

  
119 119
# To update all inputs with these settings: make inputs/add
120
add: _always Source/add Source/map.csv $(allTables:%=%/add)
120
add: _always Source/add $(allTables:%=%/add)
121 121
	$(call setSvnIgnore,.,'*')
122 122
	$(call addDirWithIgnore,logs,$$'*.log.sql\n*.trace')
123 123
	$(call addDirWithIgnore,verify,$$'*.out\n*.csv\n*.xls\n*.xlsx')

Also available in: Unified diff