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/[EMAIL PROTECTED]@ +timelimit : SHOWFLAGS bin/[EMAIL PROTECTED]@ + nsswitch : SHOWFLAGS bin/[EMAIL PROTECTED]@ bin/[EMAIL PROTECTED]@ @WINBIND_NSS@ \ @WINBIND_WINS_NSS@ bin/[EMAIL PROTECTED]@ @@ -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" \
