Project

General

Profile

« Previous | Next » 

Revision 5918

input.Makefile: SVN: add: Fixed bug where _-prefixed dirs (such as _MySQL) were incorrectly being included in the list of files to put under version control

View differences:

inputs/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*,$(filter-out logs/%,$(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