Project

General

Profile

« Previous | Next » 

Revision 6380

input.Makefile: SVN: add: Also run %/add on all data subdirs

View differences:

input.Makefile
123 123
svnFiles = $(filter-out _% logs/%,$(call wildcard/,$(svnFilesGlob)))\
124 124
$(call wildcard/,$(_svnFilesGlob))
125 125

  
126
add: _always
126
add: _always $(allTables:%=%/add)
127 127
	$(call setSvnIgnore,.,'*')
128 128
	$(call addDirWithIgnore,logs,$$'*.log.sql\n*.trace')
129 129
	$(call addDirWithIgnore,verify,'*.out')

Also available in: Unified diff