Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/bin/csh Obey SMALLPROG and don't enable the editor
details: https://anonhg.NetBSD.org/src/rev/8eb09e30d606
branches: trunk
changeset: 784329:8eb09e30d606
user: christos <christos%NetBSD.org@localhost>
date: Fri Jan 25 14:20:57 2013 +0000
description:
Obey SMALLPROG and don't enable the editor
diffstat:
bin/csh/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 91aa911b52fb -r 8eb09e30d606 bin/csh/Makefile
--- a/bin/csh/Makefile Fri Jan 25 13:32:21 2013 +0000
+++ b/bin/csh/Makefile Fri Jan 25 14:20:57 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2013/01/23 16:39:03 christos Exp $
+# $NetBSD: Makefile,v 1.37 2013/01/25 14:20:57 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
#
# C Shell with process control; VM/UNIX VAX Makefile
@@ -14,7 +14,9 @@
# should implement internally
# - Does not handle escaped prompts.
# - Does not do completion
+.ifndef SMALLPROG
DFLAGS+=-DEDIT
+.endif
CPPFLAGS+=-I${.CURDIR} -I. ${DFLAGS}
SRCS= alloc.c char.c const.c csh.c dir.c dol.c err.c exec.c exp.c file.c \
func.c glob.c hist.c init.c lex.c misc.c parse.c printf.c proc.c \
Home |
Main Index |
Thread Index |
Old Index