svn commit: r51112 - head/share/mk

Wolfram Schneider <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
Author: wosch
Date: Thu Oct 12 15:05:42 2017
New Revision: 51112
URL: https://svnweb.freebsd.org/changeset/doc/51112

Log:
  standard verbose make output.
  
  If you do not like this, use `make -s po'
  
  PR: 222939

Modified:
  head/share/mk/doc.translate.mk

Modified: head/share/mk/doc.translate.mk
==============================================================================
--- head/share/mk/doc.translate.mk	Thu Oct 12 14:57:50 2017	(r51111)
+++ head/share/mk/doc.translate.mk	Thu Oct 12 15:05:42 2017	(r51112)
@@ -46,13 +46,13 @@ ${DOC}.translate.xml:
 	@${ECHO} "build PO file in a non-English dir, ignored"
 .else
 	# some SRCS files might need to be generated, make sure they exist
-	@${MAKE} -C ${EN_DIR} ${MASTER_SRCS} > /dev/null
+	${MAKE} -C ${EN_DIR} ${MASTER_SRCS} > /dev/null
 	# normalize the English original into a single file
-	@${PO_XMLLINT} --nonet --noent --valid --xinclude ${MASTERDOC_EN} > ${.TARGET}.tmp
+	${PO_XMLLINT} --nonet --noent --valid --xinclude ${MASTERDOC_EN} > ${.TARGET}.tmp
 	# remove redundant namespace attributes
-	@${PO_XMLLINT} --nsclean ${.TARGET}.tmp > ${.TARGET}
-	@${RM} ${.TARGET}.tmp
-	@${MAKE} -C ${EN_DIR} clean > /dev/null
+	${PO_XMLLINT} --nsclean ${.TARGET}.tmp > ${.TARGET}
+	${RM} ${.TARGET}.tmp
+	${MAKE} -C ${EN_DIR} clean > /dev/null
 .endif
 
 .if ${TRAN_DIR} == ${EN_DIR}
@@ -64,7 +64,7 @@ po: ${PO_LANG}.po
 .PHONY:	po
 
 ${PO_LANG}.po:	${DOC}.translate.xml
-	@${ITSTOOL} -o ${PO_LANG}.po.tmp ${DOC}.translate.xml
+	${ITSTOOL} -o ${PO_LANG}.po.tmp ${DOC}.translate.xml
 .if exists(${PO_LANG}.po)
 	echo "${PO_LANG}.po exists, merging"
 	${MSGMERGE} -o ${PO_LANG}.po.new ${PO_LANG}.po ${PO_LANG}.po.tmp
@@ -78,7 +78,7 @@ ${PO_LANG}.po:	${DOC}.translate.xml
 .endif
 
 ${PO_LANG}.mo:	${PO_LANG}.po
-	@${MSGFMT} -o ${.TARGET} ${.ALLSRC}
+	${MSGFMT} -o ${.TARGET} ${.ALLSRC}
 
 tran ${DOC}.xml:	${DOC}.translate.xml ${PO_LANG}.mo
 .if ${TRAN_DIR} == ${EN_DIR}
@@ -87,5 +87,4 @@ tran ${DOC}.xml:	${DOC}.translate.xml ${PO_LANG}.mo
 	${ITSTOOL} -l ${PO_LANG} -m ${PO_LANG}.mo -o ${DOC}.xml ${DOC}.translate.xml
 .endif
 .endif
-
 
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.