From b67cf4ce262c834015ffda7bbbc1c62711f097aa Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 13 Mar 2006 18:54:33 +0000 Subject: r14335: Build shared modules in bin/modules/$SUBSYSTEM when in developer mode. (This used to be commit 4799f7bd1fbf0ed3cd4c52bd6eef129666ac74b5) --- source4/build/smb_build/TODO | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'source4/build/smb_build/TODO') diff --git a/source4/build/smb_build/TODO b/source4/build/smb_build/TODO index b9607cd593..7d6999e973 100644 --- a/source4/build/smb_build/TODO +++ b/source4/build/smb_build/TODO @@ -1,6 +1,4 @@ - subdir handler for install headers into a specific directory -- hack for loading modules locally - - create - saner names for some of the .pc files - .pc files also when there is a public header? - get rid of include/structs.h and include/proto.h @@ -11,5 +9,14 @@ for each subsystem: - include line in Makefile - rule in Makefile -- determine dependencies from #include lines ? - install (parts of ?) autogenerated headers + +set of test scripts that check the code: +- configure_check_unused.pl +- find_unused_macros.pl +- find_unused_makefilevars.pl +- find_unused_options.sh +- findstatic.pl +- minimal_includes.pl +- check dependencies based on #include lines ? +- check whether private headers are not used outside their own subsystem -- cgit