PERFORCE change 1036019 for review
Brooks Davis
brooks at FreeBSD.org
Thu Oct 10 20:02:30 UTC 2013
http://p4web.freebsd.org/@@1036019?ac=10
Change 1036019 by brooks at brooks_zenith on 2013/10/10 20:02:17
Don't spam a multi-line shell statment into the output.
Affected files ...
.. //depot/projects/ctsrd/tesla/src/share/mk/bsd.prog.mk#17 edit
Differences ...
==== //depot/projects/ctsrd/tesla/src/share/mk/bsd.prog.mk#17 (text+ko) ====
@@ -81,7 +81,8 @@
.endif
${PROG}.${LLVM_IR_TYPE}-a: ${OIRS}
- if [ -z "${OIRS}" ]; then \
+ @echo linking ${.TARGET}
+ @if [ -z "${OIRS}" ]; then \
touch ${.TARGET} ;\
else \
${LLVM_LINK} -o ${.TARGET} ${OIRS} ;\
More information about the p4-projects
mailing list