[SCM] Samba Shared Repository - branch master updated

Andreas Schneider asn at samba.org
Wed Nov 16 09:20:03 MST 2011


The branch, master has been updated
       via  1a72b6c s3: Fix wbinfo socket dir path.
      from  949f12d Revert "Fix bug #8453 - smbclient segfaults when dialect option -m is used for legacy dialects"

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 1a72b6c5242af82d5b9e7b4c29e20d746b459a30
Author: Andreas Schneider <asn at samba.org>
Date:   Wed Nov 16 14:54:11 2011 +0100

    s3: Fix wbinfo socket dir path.
    
    Autobuild-User: Andreas Schneider <asn at cryptomilk.org>
    Autobuild-Date: Wed Nov 16 17:19:56 CET 2011 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 source3/Makefile.in |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/Makefile.in b/source3/Makefile.in
index a57300e..1ec93a1 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1768,6 +1768,13 @@ BINARY_PREREQS = bin/.dummy
 		echo "$(COMPILE_CC_PATH)" 1>&2;\
 		$(COMPILE_CC_PATH) >/dev/null 2>&1
 
+../nsswitch/wb_common.o: ../nsswitch/wb_common.c Makefile
+	@echo Compiling $*.c
+	@$(COMPILE_CC_PATH) && exit 0;\
+		echo "The following command failed:" 1>&2;\
+		echo "$(COMPILE_CC_PATH)" 1>&2;\
+		$(COMPILE_CC_PATH) >/dev/null 2>&1
+
 ### Start section of object files that require PTHREAD_CFLAGS
 ../nsswitch/wins.o: ../nsswitch/wins.c
 	@echo Compiling $*.c


-- 
Samba Shared Repository


More information about the samba-cvs mailing list