* if __CRAZY, automatically add CDIAGFLAGS, and add them AFTER our

crazy warning options
* use it for mksh
This commit is contained in:
tg 2005-05-23 11:59:06 +00:00
parent cd7b8bd79b
commit 7af5be731b
1 changed files with 2 additions and 1 deletions

View File

@ -1,8 +1,9 @@
# $MirOS: src/bin/mksh/Makefile,v 1.1 2005/05/23 03:06:05 tg Exp $
# $MirOS: src/bin/mksh/Makefile,v 1.2 2005/05/23 11:59:06 tg Exp $
PROG= mksh
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
CDIAGFLAGS+= -Wno-cast-qual
check:
@cd ${.CURDIR} && ${MAKE} regress V=-v