svn commit: samba r17746 - in branches/SAMBA_4_0/source/lib/ldb: .

tridge at samba.org tridge at samba.org
Wed Aug 23 11:21:44 GMT 2006


Author: tridge
Date: 2006-08-23 11:21:44 +0000 (Wed, 23 Aug 2006)
New Revision: 17746

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17746

Log:

the automatic archive creation in make breaks on 3 platforms. Lets try
manual archives and see if they work a bit better ....

Modified:
   branches/SAMBA_4_0/source/lib/ldb/Makefile.in


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2006-08-23 10:55:20 UTC (rev 17745)
+++ branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2006-08-23 11:21:44 UTC (rev 17746)
@@ -57,13 +57,13 @@
 
 BINS = bin/ldbadd bin/ldbsearch bin/ldbdel bin/ldbmodify bin/ldbedit bin/ldbrename bin/ldbtest bin/oLschema2ldif
 
-LIBS = $(LDB_LIB)( $(OBJS) )
+LIBS = $(LDB_LIB)
 
 EXAMPLES = examples/ldbreader examples/ldifreader
 
 DIRS = lib bin common replace ldb_tdb ldb_ldap ldb_sqlite3 modules tools examples tdb talloc
 
-all: dirs $(OBJS) $(LIBS) $(BINS) $(EXAMPLES) manpages
+all: dirs $(OBJS) $(LDB_LIB) $(BINS) $(EXAMPLES) manpages
 
 .c.o:
 	@echo Compiling $*.c
@@ -74,6 +74,8 @@
 	@mkdir -p $(DIRS)
 
 lib/libldb.a: $(OBJS)
+	ar -rv $@ $(OBJS)
+	@-ranlib $@
 
 bin/ldbadd: tools/ldbadd.o tools/cmdline.o $(LIBS)
 	$(CC) -o bin/ldbadd tools/ldbadd.o tools/cmdline.o $(LIB_FLAGS)



More information about the samba-cvs mailing list