Project

General

Profile

« Previous | Next » 

Revision 12919

bugfix: inputs/input.Makefile: add!: add* of $(svnFiles): need to ignore errors because svn 1.7 does not suppress the "targets don't exist" error even with --force

View differences:

input.Makefile
149 149
	$(if $(wildcard _MySQL/),$(call addDirWithIgnore,_MySQL,'*'))
150 150
	$(if $(wildcard _src/),$(call addDirWithIgnore,_src,'*'))
151 151
	$(if $(wildcard _archive/),$(call addDirWithIgnore,_archive,'*'))
152
	$(call add*,$(svnFiles))
152
	-$(call add*,$(svnFiles))
153
# ignore error "Could not add all targets because some targets don't exist"
153 154

  
154 155
# Adds a new table subdir
155 156
%/add: _always

Also available in: Unified diff