Remove stray diagnostic "echo".
This commit is contained in:
parent
b6ed0d753c
commit
fe9dd95fc6
|
@ -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 @@ INSTALL_TARGET?=install
|
|||
@(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)
|
||||
|
|
Loading…
Reference in New Issue