Make ABI tests generate .out files.
authorJoseph Myers <joseph@codesourcery.com>
Wed, 12 Feb 2014 20:51:13 +0000 (20:51 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 12 Feb 2014 20:51:13 +0000 (20:51 +0000)
commit1b6dd3f1297882f2450942a55189fefaae31071f
tree3034fd9f3bdc19f16a8ecfad285d150be1754f52
parentace614b8a5c03167cb92ff8ec652f788b8df6750
Make ABI tests generate .out files.

If you rerun "make check" in a tree where some tests have already been
run, it will rerun ABI tests because those do not create an output
file.

This patch changes those tests to create .out files so they only get
rerun if the dependencies (on the ABI baselines and the generated
.symlist files) indicate they should be rerun.

Tested x86_64.

* Makerules (check-abi-%): Change target to
$(objpfx)check-abi-%.out.
(check-abi target): Update dependencies.
(check-abi-pattern variable): Redirect output of diff to $@.
(check-abi variable): Likewise.
* elf/Makefile (check-abi): Update dependencies.
ChangeLog
Makerules
elf/Makefile