diff options
author | Paul Green <paulg@samba.org> | 2006-06-08 18:41:15 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:17:20 -0500 |
commit | b7eaff26dc71a4ecf54ab07674c9b4c4b0273544 (patch) | |
tree | 48d36bf1a0a58de70ef4b1c26de98da292643004 /source3 | |
parent | 9467e6f41a879af8c2b8a68087f8b703b70d1101 (diff) | |
download | samba-b7eaff26dc71a4ecf54ab07674c9b4c4b0273544.tar.gz samba-b7eaff26dc71a4ecf54ab07674c9b4c4b0273544.tar.bz2 samba-b7eaff26dc71a4ecf54ab07674c9b4c4b0273544.zip |
r16103: Properly rebuild timelimit on systems with executable extensions.
Paul
(This used to be commit f5be3e12e2dc42a2092b71c9e4cab6f5d0ef8860)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 55cafee509..582ea75206 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -806,6 +806,8 @@ eventlogadm: SHOWFLAGS bin/eventlogadm@EXEEXT@ talloctort : SHOWFLAGS bin/talloctort@EXEEXT@ +timelimit : SHOWFLAGS bin/timelimit@EXEEXT@ + nsswitch : SHOWFLAGS bin/winbindd@EXEEXT@ bin/wbinfo@EXEEXT@ @WINBIND_NSS@ \ @WINBIND_WINS_NSS@ bin/pam_winbind.@SHLIBEXT@ @@ -1733,11 +1735,11 @@ test_pam_modules: pam_modules ## ## 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" \ |