PERFORCE change 222700 for review

Jonathan Anderson jonathan at FreeBSD.org
Thu Mar 7 14:49:53 UTC 2013


http://p4web.freebsd.org/@@222700?ac=10

Change 222700 by jonathan at jonathan-on-kent on 2013/03/07 14:49:24

	Clean up ${PROG}.instrumented as part of "make clean".

Affected files ...

.. //depot/projects/ctsrd/tesla/src/share/mk/bsd.prog.mk#4 edit

Differences ...

==== //depot/projects/ctsrd/tesla/src/share/mk/bsd.prog.mk#4 (text+ko) ====

@@ -96,7 +96,8 @@
 OLLS=		${SRCS:.c=.oll}
 INSTRLLS=	${SRCS:.c=.instrll}
 INSTROBJS=	${SRCS:.c=.instro}
-CLEANFILES+=	${TESLA_FILES} tesla.manifest ${OLLS} ${INSTRLLS} ${INSTROBJS}
+CLEANFILES+=	${TESLA_FILES} tesla.manifest ${OLLS} ${INSTRLLS} ${INSTROBJS} \
+		${PROG}.instrumented
 
 tesla.manifest: ${TESLA_FILES}
 	cat ${TESLA_FILES} > ${.TARGET}


More information about the p4-projects mailing list