From c823a4d21b76fbc6cf86503d23e3cd55384644ce Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 23 Dec 2002 11:17:18 +0000 Subject: * scripts/abilist.awk: Produce a more compact format, divided into stanzas for each version set, the set name listed only once. * scripts/extract-abilist.awk: New file. * scripts/merge-abilist.awk: New file. * Makerules (check-abi-%, update-abi-%): New pattern rules. (update-abi, check-abi): New targets. * Makefile (+subdir_targets): Add subdir_{check,update}-abi. * Makerules (%.symlist): Use LC_ALL=C when running awk script. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 16ef0e9636..3a92ccb192 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,7 @@ endif # $(AUTOCONF) = no +subdir_targets := subdir_lib objects objs others subdir_mostlyclean \ subdir_clean subdir_distclean subdir_realclean \ tests xtests subdir_lint.out \ - subdir_distinfo \ + subdir_update-abi subdir_check-abi subdir_distinfo \ subdir_echo-headers subdir_echo-distinfo \ subdir_install \ subdir_testclean \ -- cgit v1.2.3