Date: Thu, 30 Aug 2007 07:34:21 GMT From: Zhouyi ZHOU <zhouzhouyi@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 125844 for review Message-ID: <200708300734.l7U7YLsU093374@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=125844 Change 125844 by zhouzhouyi@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708300734.l7U7YLsU093374>