summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-04-08 14:26:32 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:03:59 -0500
commit31f5989724347b9f68de6b180d812c8b2eaed7cf (patch)
tree4de56ae6564afeccb3c067648167943dddf97bdf
parentfd4a8ad8c38ea94355ba22a0b622163b3f541c5e (diff)
downloadsamba-31f5989724347b9f68de6b180d812c8b2eaed7cf.tar.gz
samba-31f5989724347b9f68de6b180d812c8b2eaed7cf.tar.bz2
samba-31f5989724347b9f68de6b180d812c8b2eaed7cf.zip
r14995: Avoid parallel builds unless there is support for automatic dependencies.
(This used to be commit ff5b02a9f8b9fe556e41b9d14afe3d855e855542)
-rw-r--r--source4/build/smb_build/TODO2
-rw-r--r--source4/build/smb_build/makefile.pm1
2 files changed, 3 insertions, 0 deletions
diff --git a/source4/build/smb_build/TODO b/source4/build/smb_build/TODO
index f02799de5a..a4fcd47bb5 100644
--- a/source4/build/smb_build/TODO
+++ b/source4/build/smb_build/TODO
@@ -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?)
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm
index 7b57470f81..e511cbaca2 100644
--- a/source4/build/smb_build/makefile.pm
+++ b/source4/build/smb_build/makefile.pm
@@ -48,6 +48,7 @@ sub new($$$)
if (!$self->{automatic_deps}) {
$self->output("ALL_PREDEP = proto\n");
+ $self->output(".NOTPARALLEL:\n");
}
return $self;