Revision 14759
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/inputs/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 |
# invoke externally to clear $(wildcard) cache before expanding $(svnFiles) |
|
153 |
$(selfMake) add_files |
|
154 |
|
|
155 |
add_files: _always |
|
152 | 156 |
$(call add*,$(svnFiles)) |
153 | 157 |
|
154 | 158 |
# Adds a new table subdir |
Also available in: Unified diff
bugfix: inputs/input.Makefile: `$(call add*,$(svnFiles))` must be invoked externally to clear the $(wildcard) cache before expanding $(svnFiles)