summaryrefslogtreecommitdiff
path: root/source4/build/smb_build/TODO
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-03-13 18:54:33 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:57:13 -0500
commitb67cf4ce262c834015ffda7bbbc1c62711f097aa (patch)
treea6e28bd29fac764aa21fd4f0c92091a6efd296dc /source4/build/smb_build/TODO
parente47f76e96dde0ab53a51a6cd66372eafa2b1385d (diff)
downloadsamba-b67cf4ce262c834015ffda7bbbc1c62711f097aa.tar.gz
samba-b67cf4ce262c834015ffda7bbbc1c62711f097aa.tar.bz2
samba-b67cf4ce262c834015ffda7bbbc1c62711f097aa.zip
r14335: Build shared modules in bin/modules/$SUBSYSTEM when in developer mode.
(This used to be commit 4799f7bd1fbf0ed3cd4c52bd6eef129666ac74b5)
Diffstat (limited to 'source4/build/smb_build/TODO')
-rw-r--r--source4/build/smb_build/TODO13
1 files changed, 10 insertions, 3 deletions
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