From c100dca32a6859a47789ddcbb5679e74f8d92a41 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Tue, 24 Nov 2015 17:10:19 +0100 Subject: Implement "make update-all-abi" * scripts/update-abilist.sh: New file. * Makefile (+subdir_targets): Add subdir_update-all-abi. * Makerules (update-all-abi-%, update-all-abi) (subdir_update-all-abi): New targets. * elf/Makefile (update-all-abi): New target. --- elf/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'elf') diff --git a/elf/Makefile b/elf/Makefile index 9d2dc5c1ba..f03b2912d2 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -301,6 +301,7 @@ endif check-abi: $(objpfx)check-abi-ld.out tests-special += $(objpfx)check-abi-ld.out update-abi: update-abi-ld +update-all-abi: update-all-abi-ld ifeq ($(have-glob-dat-reloc),yes) tests += tst-prelink -- cgit 1.4.1