From 9465949559fde25c36ce7116e92c8f256b08ad53 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 19 Mar 2003 08:27:55 +0000 Subject: * abilist: New directory of libfoo.abilist files maintained using scripts/merge-abilist.awk and "make update-abi" rules. * Makefile (distribute): Add abilist/*.abilist. * Makerules [$(build-shared) = yes] [$(subdir)] (tests): Depend on check-abi. --- Makerules | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'Makerules') diff --git a/Makerules b/Makerules index 1b57e29553..17d93f8674 100644 --- a/Makerules +++ b/Makerules @@ -1235,15 +1235,18 @@ check-abi: subdir_check-abi update-abi: subdir_update-abi endif -# Enable this when all the .abilist files are in place. -#tests: check-abi - ifeq ($(subdir),elf) check-abi: check-abi-libc update-abi: update-abi-libc common-generated += libc.symlist endif +ifeq ($(build-shared),yes) +ifdef subdir +tests: check-abi +endif +endif + endif # There's no good place to put this - here will do. -- cgit 1.4.1