Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools Make sure and run sh configure as it may not have exec...
details: https://anonhg.NetBSD.org/src/rev/7499b3f7e1d2
branches: trunk
changeset: 518570:7499b3f7e1d2
user: jmc <jmc%NetBSD.org@localhost>
date: Sun Dec 02 03:03:12 2001 +0000
description:
Make sure and run sh configure as it may not have execute permissions.
diffstat:
tools/Makefile.gnuhost | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 379c0b9a60f9 -r 7499b3f7e1d2 tools/Makefile.gnuhost
--- a/tools/Makefile.gnuhost Sun Dec 02 02:58:51 2001 +0000
+++ b/tools/Makefile.gnuhost Sun Dec 02 03:03:12 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.gnuhost,v 1.9 2001/11/19 04:47:42 perry Exp $
+# $NetBSD: Makefile.gnuhost,v 1.10 2001/12/02 03:03:12 jmc Exp $
#
# Rules used when building a GNU host package. Expects MODULE to be set.
#
@@ -64,7 +64,7 @@
.configure_done: ${_GNU_CFGSRC} ${.CURDIR}/Makefile
@mkdir build 2>/dev/null || true
- @(cd build && ${CONFIGURE_ENV} ${DIST}/configure ${CONFIGURE_ARGS})
+ @(cd build && ${CONFIGURE_ENV} sh ${DIST}/configure ${CONFIGURE_ARGS})
@touch $@
.build_done: .configure_done
Home |
Main Index |
Thread Index |
Old Index