* if __CRAZY, automatically add CDIAGFLAGS, and add them AFTER our
crazy warning options * use it for mksh
This commit is contained in:
parent
cd7b8bd79b
commit
7af5be731b
3
Makefile
3
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
|
||||
|
Loading…
Reference in New Issue
Block a user