[SCM] Samba Shared Repository - branch master updated

Richard Sharpe sharpe at samba.org
Fri Mar 23 20:19:02 MDT 2012


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 <realrichardsharpe at gmail.com>
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 <sharpe at samba.org>
    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. at SHLIBEXT@: skel_transparent. at OBJEXT@
 
 .c. at OBJEXT@:
 	@echo "Compiling $<"
-	@$(CC) $(FLAGS) -c $<
+	@$(CC) $(FLAGS) -c $< -D$(basename $@)_init=samba_init_module
 
 
 install: default


-- 
Samba Shared Repository


More information about the samba-cvs mailing list