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

jelmer at samba.org jelmer at samba.org
Sat Apr 8 14:26:33 GMT 2006


Author: jelmer
Date: 2006-04-08 14:26:32 +0000 (Sat, 08 Apr 2006)
New Revision: 14995

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

Log:
Avoid parallel builds unless there is support for automatic dependencies.

Modified:
   branches/SAMBA_4_0/source/build/smb_build/TODO
   branches/SAMBA_4_0/source/build/smb_build/makefile.pm


Changeset:
Modified: branches/SAMBA_4_0/source/build/smb_build/TODO
===================================================================
--- branches/SAMBA_4_0/source/build/smb_build/TODO	2006-04-08 13:53:32 UTC (rev 14994)
+++ branches/SAMBA_4_0/source/build/smb_build/TODO	2006-04-08 14:26:32 UTC (rev 14995)
@@ -1,5 +1,7 @@
 - make --enable-dso the default
+ - fix module loading for selftest during non-developer builds
 - per-subsystem CFLAGS (which are inherited)
+- clearer distinction between dcerpc and ndr. seperate interface tables?
 - pregenerate more stuff (IDL, manpages, lex/yacc?)
 - saner names for:
 	libcli.so.0.0.1 (rename to libsmb?)

Modified: branches/SAMBA_4_0/source/build/smb_build/makefile.pm
===================================================================
--- branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2006-04-08 13:53:32 UTC (rev 14994)
+++ branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2006-04-08 14:26:32 UTC (rev 14995)
@@ -48,6 +48,7 @@
 
 	if (!$self->{automatic_deps}) {
 		$self->output("ALL_PREDEP = proto\n");
+		$self->output(".NOTPARALLEL:\n");
 	}
 
 	return $self;



More information about the samba-cvs mailing list