[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha6-1071-g4e59977

Simo Sorce idra at samba.org
Sun Feb 22 06:17:10 GMT 2009


The branch, master has been updated
       via  4e5997736c6e173ddfd735239ac5c77d2353a5f6 (commit)
      from  8ec9903426ec4e559df8ac8306a8ebcdf0706176 (commit)

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


- Log -----------------------------------------------------------------
commit 4e5997736c6e173ddfd735239ac5c77d2353a5f6
Author: Simo Sorce <idra at samba.org>
Date:   Sun Feb 22 01:06:28 2009 -0500

    For some unknown reason ldbrename was not being built in samba3.

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

Summary of changes:
 .../man => docs-xml/manpages-3}/ldbrename.1.xml    |    0 
 source3/Makefile.in                                |    9 ++++++++-
 2 files changed, 8 insertions(+), 1 deletions(-)
 copy {source3/lib/ldb/man => docs-xml/manpages-3}/ldbrename.1.xml (100%)


Changeset truncated at 500 lines:

diff --git a/source3/lib/ldb/man/ldbrename.1.xml b/docs-xml/manpages-3/ldbrename.1.xml
similarity index 100%
copy from source3/lib/ldb/man/ldbrename.1.xml
copy to docs-xml/manpages-3/ldbrename.1.xml
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 6087fa0..d4a849c 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -197,7 +197,7 @@ BIN_PROGS3 = bin/smbpasswd at EXEEXT@ bin/rpcclient at EXEEXT@ bin/smbcacls at EXEEXT@ \
 	bin/profiles at EXEEXT@ bin/ntlm_auth at EXEEXT@ bin/sharesec at EXEEXT@ \
 	bin/smbcquotas at EXEEXT@ bin/eventlogadm at EXEEXT@
 BIN_PROGS4 = bin/ldbedit at EXEEXT@ bin/ldbsearch at EXEEXT@ bin/ldbadd at EXEEXT@ \
-	bin/ldbdel at EXEEXT@ bin/ldbmodify at EXEEXT@
+	bin/ldbdel at EXEEXT@ bin/ldbmodify at EXEEXT@ bin/ldbrename at EXEEXT@
 
 TORTURE_PROGS = bin/smbtorture at EXEEXT@ bin/msgtest at EXEEXT@ \
 	bin/masktest at EXEEXT@ bin/locktest at EXEEXT@ \
@@ -1128,6 +1128,7 @@ LDBSEARCH_OBJ = $(LDB_CMDLINE_OBJ) lib/ldb/tools/ldbsearch.o
 LDBADD_OBJ = $(LDB_CMDLINE_OBJ) lib/ldb/tools/ldbadd.o
 LDBDEL_OBJ = $(LDB_CMDLINE_OBJ) lib/ldb/tools/ldbdel.o
 LDBMODIFY_OBJ = $(LDB_CMDLINE_OBJ) lib/ldb/tools/ldbmodify.o
+LDBRENAME_OBJ = $(LDB_CMDLINE_OBJ) lib/ldb/tools/ldbrename.o
 
 WINBIND_KRB5_LOCATOR_OBJ1 = ../nsswitch/winbind_krb5_locator.o
 WINBIND_KRB5_LOCATOR_OBJ = $(WINBIND_KRB5_LOCATOR_OBJ1) $(LIBREPLACE_OBJ)
@@ -1619,6 +1620,12 @@ bin/ldbdel: $(BINARY_PREREQS) $(LDBDEL_OBJ) @BUILD_POPT@ @LIBTALLOC_SHARED@ @LIB
 		$(LIBS) $(POPT_LIBS) $(LDAP_LIBS) \
 		$(LIBTALLOC_LIBS) $(LIBTDB_LIBS) $(WINBIND_LIBS)
 
+bin/ldbrename: $(BINARY_PREREQS) $(LDBRENAME_OBJ) @BUILD_POPT@ @LIBTALLOC_SHARED@ @LIBTDB_SHARED@ @LIBWBCLIENT_SHARED@
+	@echo Linking $@
+	@$(CC) $(FLAGS) -o $@ $(LDBRENAME_OBJ) $(DYNEXP) $(LDFLAGS) \
+		$(LIBS) $(POPT_LIBS) $(LDAP_LIBS) \
+		$(LIBTALLOC_LIBS) $(LIBTDB_LIBS) $(WINBIND_LIBS)
+
 
 #####################################################################
 #


-- 
Samba Shared Repository


More information about the samba-cvs mailing list