From 7af5be731b6a4a04fdde58ab563289f67c09159b Mon Sep 17 00:00:00 2001 From: tg Date: Mon, 23 May 2005 11:59:06 +0000 Subject: [PATCH] * if __CRAZY, automatically add CDIAGFLAGS, and add them AFTER our crazy warning options * use it for mksh --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aa1f04e..c094ad0 100644 --- a/Makefile +++ b/Makefile @@ -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