Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools Use ${INSTALL_FILE:N-U}.
details: https://anonhg.NetBSD.org/src/rev/f5946690e994
branches: trunk
changeset: 517558:f5946690e994
user: tv <tv%NetBSD.org@localhost>
date: Wed Nov 14 22:07:03 2001 +0000
description:
Use ${INSTALL_FILE:N-U}.
diffstat:
tools/Makefile.gnuhost | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 891f68fef63e -r f5946690e994 tools/Makefile.gnuhost
--- a/tools/Makefile.gnuhost Wed Nov 14 22:01:40 2001 +0000
+++ b/tools/Makefile.gnuhost Wed Nov 14 22:07:03 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.gnuhost,v 1.5 2001/11/13 06:17:45 tv Exp $
+# $NetBSD: Makefile.gnuhost,v 1.6 2001/11/14 22:07:03 tv Exp $
#
# Rules used when building a GNU host package. Expects MODULE to be set.
#
@@ -42,7 +42,7 @@
CPPFLAGS=${HOST_CPPFLAGS:Q} \
CXX=${HOST_CXX:Q} \
CXXFLAGS=${HOST_CXXFLAGS:Q} \
- INSTALL=${INSTALL:Q} \
+ INSTALL=${INSTALL_FILE:N-U:Q} \
LDFLAGS=${HOST_LDFLAGS:Q} \
PATH="${TOOLDIR}/bin:$$PATH"
@@ -56,7 +56,7 @@
MAKE_ARGS+= _NOWRAPPER=1
.endif
-MAKE_ARGS+= LEX=true BISON=true DESTDIR= INSTALL="${INSTALL_FILE}"
+MAKE_ARGS+= LEX=true BISON=true DESTDIR= INSTALL=${INSTALL_FILE:N-U:Q}
ALL_TARGET?= all
INSTALL_TARGET?=install
Home |
Main Index |
Thread Index |
Old Index