Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jun 2009 03:01:56 GMT
From:      Zhao Shuai <zhaoshuai@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 164392 for review
Message-ID:  <200906150301.n5F31udW095806@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=164392

Change 164392 by zhaoshuai@zhaoshuai on 2009/06/15 03:00:57

	use reported FIFO bug for testing, PR_74242, PR_76144

Affected files ...

.. //depot/projects/soc2009/fifo/fifo_test/functionality/Makefile#4 edit
.. //depot/projects/soc2009/fifo/fifo_test/functionality/pr_74242_speak.c#1 add
.. //depot/projects/soc2009/fifo/fifo_test/functionality/pr_74242_tick.c#1 add
.. //depot/projects/soc2009/fifo/fifo_test/functionality/pr_76144.c#1 add

Differences ...

==== //depot/projects/soc2009/fifo/fifo_test/functionality/Makefile#4 (text+ko) ====

@@ -1,5 +1,5 @@
 OBJS = rdwr reader1 reader2 writer1 bidirection1 bidirection2 select \
-       poll
+       poll pr_74242_speak pr_74242_tick pr_76144
 
 all : $(OBJS)
 
@@ -11,6 +11,9 @@
 bidirection2 : bidirection2.c
 select : select.c
 poll : poll.c
+pr_74242_speak : pr_74242_speak.c
+pr_74242_tick : pr_74242_tick.c
+pr_76144 : pr_76144.c
 
 clean :
 	-rm $(OBJS)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906150301.n5F31udW095806>