svn commit: samba r11417 - in branches/SAMBA_4_0/source/build/smb_build: .

jelmer at samba.org jelmer at samba.org
Mon Oct 31 13:02:18 GMT 2005


Author: jelmer
Date: 2005-10-31 13:02:17 +0000 (Mon, 31 Oct 2005)
New Revision: 11417

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11417

Log:
Add TODO for the build system

Added:
   branches/SAMBA_4_0/source/build/smb_build/TODO


Changeset:
Added: branches/SAMBA_4_0/source/build/smb_build/TODO
===================================================================
--- branches/SAMBA_4_0/source/build/smb_build/TODO	2005-10-31 11:05:48 UTC (rev 11416)
+++ branches/SAMBA_4_0/source/build/smb_build/TODO	2005-10-31 13:02:17 UTC (rev 11417)
@@ -0,0 +1,12 @@
+- split up proto.h into headers with public or private prototypes. 
+  Public prototypes can be marked with _PUBLIC_ in the source
+- never install -rpath binaries / libraries, always relink before install
+- init functions may be called more then once as different libraries 
+ (in Samba or other projects) can use the same (3rd) library.
+- add register function to smbtorture
+- init functions per shared library / binary
+- install shared modules
+- call load_modules() from subsystems/libraries/binaries with modules
+- remove smb_build.h include from includes.h and INIT_OBJ_FILES. Replace 
+  with individual include/smb_build.h includes
+- improve (un)install scripts (rewrite in perl?)



More information about the samba-cvs mailing list