Project

General

Profile

« Previous | Next » 

Revision 14759

bugfix: inputs/input.Makefile: `$(call add*,$(svnFiles))` must be invoked externally to clear the $(wildcard) cache before expanding $(svnFiles)

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
	# 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