Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Mar 2013 05:40:02 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 222716 for review
Message-ID:  <201303080540.r285e2jF051516@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@222716?ac=10

Change 222716 by brooks@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}



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