svn commit: r359511 - head/bin/sh

Edward Tomasz Napierala trasz at FreeBSD.org
Wed Apr 1 15:12:59 UTC 2020


Author: trasz
Date: Wed Apr  1 15:12:51 2020
New Revision: 359511
URL: https://svnweb.freebsd.org/changeset/base/359511

Log:
  Bump WARNS for sh(1).
  
  Reviewed by:	jilles
  MFC after:	2 weeks
  Sponsored by:	DARPA
  Differential Revision:	https://reviews.freebsd.org/D24181

Modified:
  head/bin/sh/Makefile

Modified: head/bin/sh/Makefile
==============================================================================
--- head/bin/sh/Makefile	Wed Apr  1 15:10:26 2020	(r359510)
+++ head/bin/sh/Makefile	Wed Apr  1 15:12:51 2020	(r359511)
@@ -30,8 +30,6 @@ LIBADD=	edit
 CFLAGS+=-DSHELL -I. -I${.CURDIR}
 # for debug:
 # DEBUG_FLAGS+= -g -DDEBUG=2 -fno-inline
-WARNS?=	2
-WFORMAT=0
 
 .PATH:	${.CURDIR}/bltin \
 	${.CURDIR:H}/kill \


More information about the svn-src-all mailing list