svn commit: samba r18159 - in branches/SAMBA_4_0/source/lib/replace: .

metze at samba.org metze at samba.org
Wed Sep 6 11:20:44 GMT 2006


Author: metze
Date: 2006-09-06 11:20:43 +0000 (Wed, 06 Sep 2006)
New Revision: 18159

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

Log:
always recreate the the archive and use -s (which does the same as ranlib)
and see how portable it is

metze
Modified:
   branches/SAMBA_4_0/source/lib/replace/Makefile.in


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/Makefile.in	2006-09-06 10:59:39 UTC (rev 18158)
+++ branches/SAMBA_4_0/source/lib/replace/Makefile.in	2006-09-06 11:20:43 UTC (rev 18159)
@@ -29,8 +29,7 @@
 	$(INSTALL) libreplace.a $(libdir)
 
 libreplace.a: $(OBJS)
-	ar -rv $@ $(OBJS)
-	@-ranlib $@
+	ar -rcsv $@ $(OBJS)
 
 test: testsuite
 	./testsuite



More information about the samba-cvs mailing list