Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools Put back @ on configure line. Was off for debugging an...
details: https://anonhg.NetBSD.org/src/rev/82df7b9ca9a2
branches: trunk
changeset: 573825:82df7b9ca9a2
user: jmc <jmc%NetBSD.org@localhost>
date: Fri Feb 11 15:11:08 2005 +0000
description:
Put back @ on configure line. Was off for debugging and shouldn't have been
committed.
diffstat:
tools/Makefile.gnuhost | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 104670fcb2bd -r 82df7b9ca9a2 tools/Makefile.gnuhost
--- a/tools/Makefile.gnuhost Fri Feb 11 15:03:55 2005 +0000
+++ b/tools/Makefile.gnuhost Fri Feb 11 15:11:08 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.gnuhost,v 1.31 2005/02/11 15:01:03 jmc Exp $
+# $NetBSD: Makefile.gnuhost,v 1.32 2005/02/11 15:11:08 jmc Exp $
#
# Rules used when building a GNU host package. Expects MODULE to be set.
#
@@ -85,7 +85,7 @@
.configure_done: ${_GNU_CFGSRC} ${.CURDIR}/Makefile
@mkdir build 2>/dev/null || true
- (cd build && ${CONFIGURE_ENV} ${HOST_SH} ${GNUHOSTDIST}/configure ${CONFIGURE_ARGS})
+ @(cd build && ${CONFIGURE_ENV} ${HOST_SH} ${GNUHOSTDIST}/configure ${CONFIGURE_ARGS})
@touch $@
# The .build_done timestamp is only updated if a file actually changes
Home |
Main Index |
Thread Index |
Old Index