PERFORCE change 125844 for review

Zhouyi ZHOU zhouzhouyi at FreeBSD.org
Thu Aug 30 00:34:22 PDT 2007


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

Change 125844 by zhouzhouyi at zhouzhouyi_mactest on 2007/08/30 07:33:19

	Makefile change for sysvmsg test

Affected files ...

.. //depot/projects/soc2007/zhouzhouyi_mactest_soc/regression/mactest/Makefile#9 edit

Differences ...

==== //depot/projects/soc2007/zhouzhouyi_mactest_soc/regression/mactest/Makefile#9 (text+ko) ====

@@ -7,7 +7,7 @@
 #CFLAGS+=-DHAS_STAT64
 
 all:	macproc mactest mdconfigopenrdonly fifo_io pipe_io macping shmtest \
-	semtest
+	semtest msgtest
 
 macproc:	macproc.c
 	gcc -Wall ${CFLAGS} macproc.c -o macproc -lutil
@@ -27,7 +27,11 @@
 	gcc ${CFLAGS} -o shmtest shmtest.c macconf.c mactestparser.tab.c
 semtest: semtest.c macconf.c mactestparser.tab.c
 	gcc ${CFLAGS} -o semtest semtest.c macconf.c mactestparser.tab.c
+msgtest: msgtest.c macconf.c mactestparser.tab.c
+	gcc ${CFLAGS} -o msgtest msgtest.c macconf.c mactestparser.tab.c
 
+
+
 clean:
 	rm -f macproc
 	rm -f mactest
@@ -36,3 +40,5 @@
 	rm -f pipe_io
 	rm -f macping
 	rm -f shmtest
+	rm -f semtest
+	rm -f msgtest


More information about the p4-projects mailing list