From 111ccb23bda3468af36d82aeb0b703a9f2d0828b Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Tue, 28 Oct 2014 17:36:25 +0100 Subject: Add script to check libipset.map for missing symbols --- Makefile.am | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index f085ca5..0032ddc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,7 @@ endif SUBDIRS = include/libipset lib src -sparse-check: +sparse: $(MAKE) -C lib sparse-check $(MAKE) -C src sparse-check @@ -88,6 +88,9 @@ update_utils: cd utils/ipset_list; tar xz --strip-components=1 -f /tmp/ipset-list.tar.gz rm -f /tmp/ipset-list.tar.gz +check_libmap: + @./check_libmap.sh + tests: cd tests; ./runtest.sh @@ -109,6 +112,22 @@ tarball: tar -C /tmp -cjf ipset-${PACKAGE_VERSION}.tar.bz2 --owner=root --group=root ipset-${PACKAGE_VERSION}/; rm -Rf /tmp/ipset-${PACKAGE_VERSION}; +help: + @echo ' - Compile userspace' + @echo ' modules - Compile kernel modules' + @echo ' install - Install userspace' + @echo ' modules_install - Install kernel modules' + @echo ' clean - Remove generated userspace files' + @echo ' modules_clean - Remove generated kernelspace files' + @echo ' tidy - Tidy up the whole source tree' + @echo ' tests - Run testsuite' + @echo ' sparse - Check userspace with sparse' + @echo ' modules_sparse - Check kernelspace with sparse' + @echo ' update_includes - Update userspace include files' + @echo ' update_utils - Update bash utilities' + @echo ' check_libmap - Check libipset.map for missing symbols' + @echo ' tarball - Create a tarball for a new release' + .PHONY: modules modules_instal modules_clean update_includes tests tarball DISTCHECK_CONFIGURE_FLAGS = --with-kmod=no -- cgit v1.2.3