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

metze at samba.org metze at samba.org
Wed Aug 23 11:27:41 GMT 2006


Author: metze
Date: 2006-08-23 11:27:40 +0000 (Wed, 23 Aug 2006)
New Revision: 17747

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

Log:
ldb's make test should not try to install something

metze
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 11:21:44 UTC (rev 17746)
+++ branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2006-08-23 11:27:40 UTC (rev 17747)
@@ -131,10 +131,10 @@
 	rm -f ldb.pc
 	rm -f Makefile
 
-installcheck: install tests
+test: all
 	for t in $(TESTS); do echo STARTING $${t}; $(srcdir)/tests/$${t} || exit 1; done
 
-test: installcheck
+installcheck: install test
 
 install: all
 	mkdir -p $(includedir) $(libdir)/pkgconfig $(libdir) $(bindir)



More information about the samba-cvs mailing list