PERFORCE change 134067 for review

John Birrell jb at FreeBSD.org
Fri Jan 25 00:52:15 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=134067

Change 134067 by jb at 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	:


More information about the p4-projects mailing list