[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-test-1985-g09184e7

Michael Adam obnox at samba.org
Thu Feb 7 23:57:31 GMT 2008


The branch, v3-2-test has been updated
       via  09184e774bd7ac6dddc0d2ed8e7806f7707e407c (commit)
      from  c09e619a58e8a8a5317627acbf05d8b08ffdf9f4 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 09184e774bd7ac6dddc0d2ed8e7806f7707e407c
Author: Michael Adam <obnox at samba.org>
Date:   Fri Feb 8 00:56:39 2008 +0100

    Fix building with "make -j2" or greater by building shared libs first.
    
    Also build libwbclient before the other shared libs so
    building libsmbclient (e.g.) won't fail.
    
    Michael

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

Summary of changes:
 source/Makefile.in |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/Makefile.in b/source/Makefile.in
index 46f7d26..5c1beb5 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -203,7 +203,7 @@ EVERYTHING_PROGS = bin/debug2html at EXEEXT@ bin/smbfilter at EXEEXT@ \
 	bin/log2pcap at EXEEXT@ bin/sharesec at EXEEXT@ bin/ndrdump at EXEEXT@ \
 	bin/vlp at EXEEXT@
 
-SHLIBS = @LIBSMBCLIENT@ @LIBSMBSHAREMODES@ @LIBADDNS@ @LIBNETAPI@ @LIBWBCLIENT@
+SHLIBS = @LIBWBCLIENT@ @LIBSMBCLIENT@ @LIBSMBSHAREMODES@ @LIBADDNS@ @LIBNETAPI@
 
 PAM_MODULES = @PAM_MODULES@
 
@@ -1044,8 +1044,8 @@ VLP_OBJ = $(VLP_OBJ1) $(PARAM_OBJ) $(LIBSMB_OBJ) \
 ######################################################################
 # now the rules...
 ######################################################################
-all : SHOWFLAGS $(SBIN_PROGS) $(BIN_PROGS) $(ROOT_SBIN_PROGS) \
-	$(SHLIBS) $(MODULES) $(NSS_MODULES) $(PAM_MODULES) @EXTRA_ALL_TARGETS@
+all : SHOWFLAGS $(SHLIBS) $(SBIN_PROGS) $(BIN_PROGS) $(ROOT_SBIN_PROGS) \
+	$(MODULES) $(NSS_MODULES) $(PAM_MODULES) @EXTRA_ALL_TARGETS@
 
 nss_modules : $(NSS_MODULES)
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list