On Sat, Nov 11, 2017 at 03:23:59PM +0100, Luc Van Oostenryck wrote: > The goal of this series is to reorganize sparse's Makefile > in order to offer a few features asked by the distros: > 1) allow CFLAGS & CPPFLAGS to be taken from the command line > 2) allow PREFIX to be taken from the environment > Support for pkg-config is removed as well as some old crufts. > > This cleanup is based on a previous series by Uwe Kleine-König > and further inspired by a patch and a need from Jeff Layton. > > The changes since v1 are: > *) fold the two patches concerning the removal of shared lib support > *) remove the patch using git-clean for 'make clean' > > The changes since v2 are: > *) change a commit message to make explicit the fact that > quiet's commands abbreviated part are also issued for V=1 > *) add a convenience rule for running a single test via: > make validation/<name-of-testfile>.t > > The changes since v3 are: > *) make the name 'local.mk' be configurable instead of > the renaming that was done. > *) move '-fno-strict-aliasing' out of the overridable CFLAGS > *) rename the ...{_OBJS,_LDFLAGS,_LDLIBS} to ...{-objs,-ldflags,-ldlibs} > to be consistent about the private 'cflags'. This has now been pushed to my dev tree at: git://github.com/lucvoo/sparse.git master -- Luc Van Oostenryck -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html