Source-Changes-HG archive

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

[src/netbsd-1-6]: src/tools/compat Pull up revision 1.5 (requested by thorpej...



details:   https://anonhg.NetBSD.org/src/rev/0a891d4e92b2
branches:  netbsd-1-6
changeset: 529613:0a891d4e92b2
user:      he <he%NetBSD.org@localhost>
date:      Sun Dec 01 12:27:05 2002 +0000

description:
Pull up revision 1.5 (requested by thorpej in ticket #825):
  Add a HOST_BSHELL make variable which contains the path to
  the working shell.

diffstat:

 tools/compat/defs.mk.in |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 07965d8fc409 -r 0a891d4e92b2 tools/compat/defs.mk.in
--- a/tools/compat/defs.mk.in   Sun Dec 01 12:24:26 2002 +0000
+++ b/tools/compat/defs.mk.in   Sun Dec 01 12:27:05 2002 +0000
@@ -1,8 +1,10 @@
-#      $NetBSD: defs.mk.in,v 1.4 2002/01/31 22:43:48 tv Exp $
+#      $NetBSD: defs.mk.in,v 1.4.2.1 2002/12/01 12:27:05 he Exp $
 
 COMPATOBJ:=    ${.PARSEDIR}
 HOSTEXEEXT=    @EXEEXT@
 
+HOST_BSHELL=   @BSHELL@
+
 HOST_CPPFLAGS+=        -I${COMPATOBJ} -I${COMPATOBJ}/include \
                -I${.CURDIR}/../compat -DHAVE_CONFIG_H \
                -D_FILE_OFFSET_BITS=64



Home | Main Index | Thread Index | Old Index