Date: Fri, 25 Jan 2008 08:52:14 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 134067 for review Message-ID: <200801250852.m0P8qE8R000650@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=134067 Change 134067 by jb@jb_freebsd1 on 2008/01/25 08:51:35 Enable the sigwait test. Affected files ... .. //depot/projects/dtrace/src/tools/test/dtrace/Makefile#20 edit Differences ... ==== //depot/projects/dtrace/src/tools/test/dtrace/Makefile#20 (text+ko) ==== @@ -101,8 +101,8 @@ ${TESTSRCDIR}/tst/common/privs/tst.op_access.ksh \ ${TESTSRCDIR}/tst/common/proc/tst.discard.ksh \ ${TESTSRCDIR}/tst/common/proc/tst.signal.ksh \ - ${TESTSRCDIR}/tst/common/proc/tst.sigwait.c \ - ${TESTSRCDIR}/tst/common/proc/tst.sigwait.d \ + X${TESTSRCDIR}/tst/common/proc/tst.sigwait.c \ + X${TESTSRCDIR}/tst/common/proc/tst.sigwait.d \ ${TESTSRCDIR}/tst/common/proc/tst.startexit.ksh \ ${TESTSRCDIR}/tst/common/profile-n/tst.ufuncsort.c \ ${TESTSRCDIR}/tst/common/scalars/tst.misc.d \ @@ -375,7 +375,7 @@ .for _f in ${ALL_TESTCFILES} ${_f:T:S/c$/exe/} : ${_f} - gcc -o ${.TARGET} ${_f} + gcc -o ${.TARGET} ${_f} -lrt .endfor listcfiles :
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801250852.m0P8qE8R000650>