switch /bin/sh to mksh
this at least gets us rid of a bunch of segfaults on freewrt openssl builds
This commit is contained in:
parent
f1e8f970c4
commit
85a4745978
5
Makefile
5
Makefile
@ -1,10 +1,13 @@
|
|||||||
# $MirOS: src/bin/mksh/Makefile,v 1.9 2006/05/08 12:18:49 tg Exp $
|
# $MirOS: src/bin/mksh/Makefile,v 1.10 2006/07/23 19:10:59 tg Exp $
|
||||||
|
|
||||||
PROG= mksh
|
PROG= mksh
|
||||||
SRCS= alloc.c edit.c eval.c exec.c expr.c funcs.c histrap.c \
|
SRCS= alloc.c edit.c eval.c exec.c expr.c funcs.c histrap.c \
|
||||||
jobs.c lex.c main.c misc.c shf.c syn.c tree.c var.c
|
jobs.c lex.c main.c misc.c shf.c syn.c tree.c var.c
|
||||||
CDIAGFLAGS+= -Wno-cast-qual
|
CDIAGFLAGS+= -Wno-cast-qual
|
||||||
|
|
||||||
|
LINKS+= ${BINDIR}/${PROG} ${BINDIR}/sh
|
||||||
|
MLINKS+= ${PROG}.1 sh.1
|
||||||
|
|
||||||
check:
|
check:
|
||||||
@cd ${.CURDIR} && ${MAKE} regress V=-v
|
@cd ${.CURDIR} && ${MAKE} regress V=-v
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user