Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Oct 2013 20:02:29 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 1036019 for review
Message-ID:  <201310102002.r9AK2THT011846@skunkworks.freebsd.org>

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

Change 1036019 by brooks@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} ;\



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