diff options
author | Dan Streetman <ddstreet@ieee.org> | 2014-11-24 17:18:28 -0500 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2014-11-25 09:20:52 +1100 |
commit | 95aa970ccd291dfb86365ca5433ea3e423f01941 (patch) | |
tree | e94808ee6e59f5b6f0855cedc20709aea0339ecf /libpore/p8_pore_table_gen_api.H | |
parent | c1862061cae04f6fd2c4bd4a723a408a76e8be81 (diff) | |
download | blackbird-skiboot-95aa970ccd291dfb86365ca5433ea3e423f01941.tar.gz blackbird-skiboot-95aa970ccd291dfb86365ca5433ea3e423f01941.zip |
use $(wildcard ) in test Makefiles
The core/test/ and libc/test/ Makefile.check files both contain:
-include core/test/*.d (or libc/test/*d)
which is incorrect, since that evaluates literally to a *.d file.
This results in each build trying to find that file, and creating
it when not found (in an incorrect way because of other problems in
the Makefile).
The correct way to specify it is:
-include $(wildcard core/test/*.d)
Signed-off-by: Dan Streetman <ddstreet@ieee.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'libpore/p8_pore_table_gen_api.H')
0 files changed, 0 insertions, 0 deletions