svn commit: samba r16102 - in trunk/source: .

paulg at samba.org paulg at samba.org
Thu Jun 8 18:40:26 GMT 2006


Author: paulg
Date: 2006-06-08 18:40:24 +0000 (Thu, 08 Jun 2006)
New Revision: 16102

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

Log:
Properly rebuild timelimit on systems with executable extensions.

Paul


Modified:
   trunk/source/Makefile.in


Changeset:
Modified: trunk/source/Makefile.in
===================================================================
--- trunk/source/Makefile.in	2006-06-08 16:10:02 UTC (rev 16101)
+++ trunk/source/Makefile.in	2006-06-08 18:40:24 UTC (rev 16102)
@@ -828,6 +828,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@
 
@@ -1778,11 +1780,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