svn commit: samba r16103 - in branches/SAMBA_3_0/source: .

paulg at samba.org paulg at samba.org
Thu Jun 8 18:41:15 GMT 2006


Author: paulg
Date: 2006-06-08 18:41:15 +0000 (Thu, 08 Jun 2006)
New Revision: 16103

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

Log:
Properly rebuild timelimit on systems with executable extensions.

Paul


Modified:
   branches/SAMBA_3_0/source/Makefile.in


Changeset:
Modified: branches/SAMBA_3_0/source/Makefile.in
===================================================================
--- branches/SAMBA_3_0/source/Makefile.in	2006-06-08 18:40:24 UTC (rev 16102)
+++ branches/SAMBA_3_0/source/Makefile.in	2006-06-08 18:41:15 UTC (rev 16103)
@@ -806,6 +806,8 @@
 
 talloctort : SHOWFLAGS bin/talloctort at EXEEXT@
 
+timelimit : SHOWFLAGS bin/timelimit at EXEEXT@
+
 nsswitch : SHOWFLAGS bin/winbindd at EXEEXT@ bin/wbinfo at EXEEXT@ @WINBIND_NSS@ \
 	@WINBIND_WINS_NSS@ bin/pam_winbind. at SHLIBEXT@
 
@@ -1733,11 +1735,11 @@
 ##
 ## Targets for 'make test'
 ##
-test: all torture bin/timelimit
+test: all torture timelimit
 	@echo Running Test suite
 	@sh ./script/tests/selftest.sh ${selftest_prefix}/st all "${smbtorture4_path}"
 
-valgrindtest: all torture bin/timelimit
+valgrindtest: all torture timelimit
 	@echo Running Test suite with valgrind
 	@NMBD_VALGRIND="xterm -n smbd -e valgrind -q --db-attach=yes --num-callers=30" \
 	 SMBD_VALGRIND="xterm -n smbd -e valgrind -q --db-attach=yes --num-callers=30" \



More information about the samba-cvs mailing list