summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2015-11-24 17:10:19 +0100
committerFlorian Weimer <fweimer@redhat.com>2015-11-24 17:10:19 +0100
commitc100dca32a6859a47789ddcbb5679e74f8d92a41 (patch)
tree2208e44520277b4499fe6e245bee5933bbf2595f /Makefile
parent400e12265d99964f8445bb6d717321eb73152cc5 (diff)
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1d800e30bb..9a01c93e5d 100644
--- a/Makefile
+++ b/Makefile
@@ -53,6 +53,7 @@ endif # $(AUTOCONF) = no
subdir_clean subdir_distclean subdir_realclean \
tests xtests \
subdir_update-abi subdir_check-abi \
+ subdir_update-all-abi \
subdir_echo-headers \
subdir_install \
subdir_objs subdir_stubs subdir_testclean \