Project

General

Profile

« Previous | Next » 

Revision 5914

input.Makefile: SVN: add: Fixed bug where logs/*.log.sql was incorrectly being included in the list of files to put under version control

View differences:

input.Makefile
109 109
	$(call addDirWithIgnore,logs,$$'*.log.sql\n*.trace')
110 110
	$(call addDirWithIgnore,verify,'*.out')
111 111
	$(call addFile,import_order.txt)
112
	$(call add*,$(call wildcard/,$(svnFilesGlob)))
112
	$(call add*,$(filter-out logs/%,$(call wildcard/,$(svnFilesGlob))))
113 113

  
114 114
# Adds a new table subdir
115 115
%/add: _always

Also available in: Unified diff