Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk Now that the makeinfo is quiet by default, don't su...



details:   https://anonhg.NetBSD.org/src/rev/4a5845ddfc2b
branches:  trunk
changeset: 513493:4a5845ddfc2b
user:      enami <enami%NetBSD.org@localhost>
date:      Thu Aug 02 05:42:56 2001 +0000

description:
Now that the makeinfo is quiet by default, don't suppress commmand line echo.

diffstat:

 share/mk/bsd.info.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f258b0910fdc -r 4a5845ddfc2b share/mk/bsd.info.mk
--- a/share/mk/bsd.info.mk      Thu Aug 02 05:42:32 2001 +0000
+++ b/share/mk/bsd.info.mk      Thu Aug 02 05:42:56 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.info.mk,v 1.20 2001/06/01 17:49:33 tv Exp $
+#      $NetBSD: bsd.info.mk,v 1.21 2001/08/02 05:42:56 enami Exp $
 
 .if !target(__initialized__)
 __initialized__:
@@ -21,7 +21,7 @@
 .SUFFIXES: .txi .texi .texinfo .info
 
 .txi.info .texi.info .texinfo.info:
-       @${MAKEINFO} ${INFOFLAGS} --no-split -o $@ $<
+       ${MAKEINFO} ${INFOFLAGS} --no-split -o $@ $<
 
 .if defined(TEXINFO) && !empty(TEXINFO)
 INFOFILES=     ${TEXINFO:C/\.te?xi(nfo)?$/.info/}



Home | Main Index | Thread Index | Old Index