Revision 12920
Added by Aaron Marcuse-Kubitza almost 11 years ago
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)) |
|
153 |
# ignore error "Could not add all targets because some targets don't exist" |
|
152 |
$(call add*,$(svnFiles)) |
|
154 | 153 |
|
155 | 154 |
# Adds a new table subdir |
156 | 155 |
%/add: _always |
Also available in: Unified diff
bugfix: lib/common.Makefile: $(add*): need to wrap w/ $(wildcard) to prevent "targets don't exist" error, because svn 1.7 does not suppress this error even with --force