[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-2009-gb11bf8b

Jeremy Allison jra at samba.org
Wed Jun 3 18:30:33 GMT 2009


The branch, master has been updated
       via  b11bf8b7cf899dbbae213aa5c876eec7102fd5c8 (commit)
      from  96cc8214978f80328997cdd3b310731d65a7ede9 (commit)

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


- Log -----------------------------------------------------------------
commit b11bf8b7cf899dbbae213aa5c876eec7102fd5c8
Author: Jeremy Allison <jra at samba.org>
Date:   Wed Jun 3 11:28:52 2009 -0700

    Fix S3 "make install". Don't build cifs.upcall.c in S4 as there are no
    checks to see if the required include file is available.
    Jeremy.

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

Summary of changes:
 source4/client/config.mk |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/client/config.mk b/source4/client/config.mk
index 6de804f..dee42d0 100644
--- a/source4/client/config.mk
+++ b/source4/client/config.mk
@@ -32,10 +32,9 @@ INSTALLDIR = BINDIR
 umount.cifs_OBJ_FILES = ../client/umount.cifs.o \
 					   ../client/mtab.o
 
-[BINARY::cifs.upcall]
-INSTALLDIR = BINDIR
-
-cifs.upcall_OBJ_FILES = ../client/cifs.upcall.o
+#[BINARY::cifs.upcall]
+#INSTALLDIR = BINDIR
+#cifs.upcall_OBJ_FILES = ../client/cifs.upcall.o
 
 #################################
 # Start BINARY cifsdd


-- 
Samba Shared Repository


More information about the samba-cvs mailing list