Source-Changes-HG archive

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

[src/trunk]: src/tools Remove stray diagnostic "echo".



details:   https://anonhg.NetBSD.org/src/rev/095e837bba28
branches:  trunk
changeset: 520139:095e837bba28
user:      tv <tv%NetBSD.org@localhost>
date:      Thu Jan 03 16:47:08 2002 +0000

description:
Remove stray diagnostic "echo".

diffstat:

 tools/Makefile.gnuhost |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b579c80c7d78 -r 095e837bba28 tools/Makefile.gnuhost
--- a/tools/Makefile.gnuhost    Thu Jan 03 16:45:18 2002 +0000
+++ b/tools/Makefile.gnuhost    Thu Jan 03 16:47:08 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.gnuhost,v 1.12 2002/01/03 16:45:18 tv Exp $
+#      $NetBSD: Makefile.gnuhost,v 1.13 2002/01/03 16:47:08 tv Exp $
 #
 # Rules used when building a GNU host package.  Expects MODULE to be set.
 #
@@ -75,7 +75,7 @@
        @(cd build && ${MAKE} ${MAKE_ARGS} ${ALL_TARGET})
        @if [ ! -f .build_done ] || \
                find build -type f -newer .build_done -print | grep -q ''; \
-               then echo build changed; touch $@; fi
+               then touch $@; fi
 
 .install_done: ${BUILD:D.build_done}
 .if defined(UPDATE)



Home | Main Index | Thread Index | Old Index