From 1b081938fbc3037261d93e4b2b1132c1f52bc599 Mon Sep 17 00:00:00 2001 From: tg Date: Sat, 8 Oct 2005 18:53:10 +0000 Subject: [PATCH] * bump version * disable DEBUGPROGS --- Makefile | 4 +++- check.t | 4 ++-- main.c | 6 +++--- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index aafde40..742776f 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $MirOS: src/bin/mksh/Makefile,v 1.5 2005/08/29 01:16:22 tg Exp $ +# $MirOS: src/bin/mksh/Makefile,v 1.6 2005/10/08 18:53:09 tg Exp $ PROG= mksh SRCS= alloc.c edit.c eval.c exec.c expr.c funcs.c histrap.c \ @@ -16,6 +16,8 @@ CFLAGS_printf.o=-DBUILTIN CPPFLAGS+= -DUSE_PRINTF .endif +DEBUGPROGS= No # objcopy can't mod /bin/mksh after install (ETXTBUSY) + check: @cd ${.CURDIR} && ${MAKE} regress V=-v diff --git a/check.t b/check.t index 83026f5..f726bd4 100644 --- a/check.t +++ b/check.t @@ -1,4 +1,4 @@ -# $MirOS: src/bin/mksh/check.t,v 1.30 2005/09/11 00:32:29 tg Exp $ +# $MirOS: src/bin/mksh/check.t,v 1.31 2005/10/08 18:53:09 tg Exp $ # $OpenBSD: bksl-nl.t,v 1.2 2001/01/28 23:04:56 niklas Exp $ # $OpenBSD: history.t,v 1.5 2001/01/28 23:04:56 niklas Exp $ # $OpenBSD: read.t,v 1.3 2003/03/10 03:48:16 david Exp $ @@ -3701,5 +3701,5 @@ category: pdksh stdin: echo $KSH_VERSION expected-stdout: - @(#)MIRBSD KSH R24 2005/08/21 + @(#)MIRBSD KSH R24 2005/10/08 --- diff --git a/main.c b/main.c index 5c33a8b..ef3c6db 100644 --- a/main.c +++ b/main.c @@ -1,4 +1,4 @@ -/** $MirOS: src/bin/mksh/main.c,v 1.26 2005/09/11 00:32:30 tg Exp $ */ +/** $MirOS: src/bin/mksh/main.c,v 1.27 2005/10/08 18:53:10 tg Exp $ */ /* $OpenBSD: main.c,v 1.38 2005/03/30 17:16:37 deraadt Exp $ */ /* $OpenBSD: tty.c,v 1.8 2005/03/30 17:16:37 deraadt Exp $ */ /* $OpenBSD: io.c,v 1.21 2005/03/30 17:16:37 deraadt Exp $ */ @@ -13,9 +13,9 @@ #include #endif -__RCSID("$MirOS: src/bin/mksh/main.c,v 1.26 2005/09/11 00:32:30 tg Exp $"); +__RCSID("$MirOS: src/bin/mksh/main.c,v 1.27 2005/10/08 18:53:10 tg Exp $"); -#define MKSH_VERSION "@(#)MIRBSD KSH R24 2005/08/21" +#define MKSH_VERSION "@(#)MIRBSD KSH R24 2005/10/08" extern char **environ;