[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-1639-ga62e72b

Michael Adam obnox at samba.org
Fri May 15 14:59:41 GMT 2009


The branch, master has been updated
       via  a62e72b825117dc45d434fd1b3645633b5d063d6 (commit)
       via  b4131ecf811e6f42ebec4154a911a3dfa8416a56 (commit)
      from  88876ac57156891e8107034e5d7f40076e032e58 (commit)

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


- Log -----------------------------------------------------------------
commit a62e72b825117dc45d434fd1b3645633b5d063d6
Author: Michael Adam <obnox at samba.org>
Date:   Fri May 15 15:41:41 2009 +0200

    s3:build: add install-dbwrap_tool target
    
    Michael

commit b4131ecf811e6f42ebec4154a911a3dfa8416a56
Author: Michael Adam <obnox at samba.org>
Date:   Fri May 15 15:41:26 2009 +0200

    s3:build dbwrap_tool with make everything
    
    Michael

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

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


Changeset truncated at 500 lines:

diff --git a/source3/Makefile.in b/source3/Makefile.in
index 72692dd..f5e1f9e 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -222,7 +222,8 @@ BIN_PROGS = @EXTRA_BIN_PROGS@ \
 EVERYTHING_PROGS = bin/debug2html at EXEEXT@ bin/smbfilter at EXEEXT@ \
 	bin/talloctort at EXEEXT@ bin/replacetort at EXEEXT@ \
 	bin/log2pcap at EXEEXT@ \
-	bin/vlp at EXEEXT@ bin/smbiconv at EXEEXT@
+	bin/vlp at EXEEXT@ bin/smbiconv at EXEEXT@ \
+	bin/dbwrap_tool at EXEEXT@
 
 PAM_MODULES = @PAM_MODULES@
 
@@ -2877,6 +2878,9 @@ bin/dbwrap_tool at EXEEXT@: $(DBWRAP_TOOL_OBJ) @LIBTALLOC_TARGET@ @LIBTDB_TARGET@
 		$(LDAP_LIBS) \
 		$(LIBTALLOC_LIBS) $(LIBTDB_LIBS)
 
+install-dbwrap_tool:: bin/dbwrap_tool at EXEEXT@
+	@$(SHELL) script/installbin.sh $(INSTALLPERMS_BIN) $(DESTDIR) $(prefix) $(BINDIR) $<
+
 install:: installservers installbin @INSTALL_CIFSMOUNT@ @INSTALL_CIFSUPCALL@ installman \
 		installscripts installdat installmodules @SWAT_INSTALL_TARGETS@ \
 		@INSTALL_PAM_MODULES@ installlibs installmo


-- 
Samba Shared Repository


More information about the samba-cvs mailing list