PERFORCE change 222716 for review
Brooks Davis
brooks at FreeBSD.org
Fri Mar 8 05:40:03 UTC 2013
http://p4web.freebsd.org/@@222716?ac=10
Change 222716 by brooks at brooks_zenith on 2013/03/08 05:39:24
Make the oll.instrll depend on tesla.manifest since it is used
by the command line.
Affected files ...
.. //depot/projects/ctsrd/tesla/src/share/mk/sys.mk#6 edit
Differences ...
==== //depot/projects/ctsrd/tesla/src/share/mk/sys.mk#6 (text+ko) ====
@@ -285,9 +285,9 @@
.manifest.dot:
${TESLA} graph ${.IMPSRC} -o ${.TARGET}
-.oll.instrll:
+.oll.instrll: tesla.manifest
${TESLA} instrument -S -verify-each -tesla-manifest tesla.manifest \
- ${.IMPSRC} -o ${.TARGET}
+ ${.IMPSRC} -o ${.TARGET}
.S.o:
${CC} ${CFLAGS} ${ACFLAGS} -c ${.IMPSRC}
More information about the p4-projects
mailing list