From 316795fcb33ea43997f7cf9de276178250bfd51e Mon Sep 17 00:00:00 2001 From: Ruediger Meier Date: Thu, 15 Feb 2018 21:18:27 +0100 Subject: build-sys: disable bz2 tarball and fix some am warnings Nobody needs the .bz2 tarball. We dont't even upload it to kernel.org. BTW we fix dozens of these automake warnings: automake-1.13/am/ltlibrary.am: warning: 'libblkid.la': linking libtool libraries using a non-POSIX automake-1.13/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac' So we can remove -Wno-portability. The only warning left is this last GNU-make'ism which somebody may fix when reading it: sys-utils/Makemodule.am:191: warning: addprefix sys-utils/,$(SETARCH_LINKS: non-POSIX variable name sys-utils/Makemodule.am:191: (probably a GNU make extension) Makefile.am:90: 'sys-utils/Makemodule.am' included from here Signed-off-by: Ruediger Meier --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c638bdf99..a0772d177 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,7 @@ .version ABOUT-NLS aclocal.m4 +ar-lib autom4te.cache compile config.cache -- cgit v1.2.3-55-g7522