The branch, master has been updated
via a15aefe Make it possible for developers of out-of-tree modules to
use the same names as in-tree modules.
from 9e17e7d lib/async_req: Retry read_packet with read(2)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit a15aefea27fffcbf622f7032e5d50628189a49bd
Author: Richard Sharpe <[email protected]>
Date: Fri Mar 23 07:39:45 2012 -0700
Make it possible for developers of out-of-tree modules to use the same
names as in-tree modules.
Autobuild-User: Richard Sharpe <[email protected]>
Autobuild-Date: Sat Mar 24 03:18:38 CET 2012 on sn-devel-104
-----------------------------------------------------------------------
Summary of changes:
examples/VFS/Makefile.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/examples/VFS/Makefile.in b/examples/VFS/Makefile.in
index bbb66be..55e2c04 100644
--- a/examples/VFS/Makefile.in
+++ b/examples/VFS/Makefile.in
@@ -45,7 +45,7 @@ skel_transparent.@SHLIBEXT@: skel_transparent.@OBJEXT@
.c.@OBJEXT@:
@echo "Compiling $<"
- @$(CC) $(FLAGS) -c $<
+ @$(CC) $(FLAGS) -c $< -D$(basename $@)_init=samba_init_module
install: default
--
Samba Shared Repository