diff options
-rw-r--r-- | source4/build/smb_build/TODO | 2 | ||||
-rw-r--r-- | source4/build/smb_build/makefile.pm | 1 |
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; |