git: f96130dbeeb1 - stable/12 - crunch: drop WARNS override

Kyle Evans kevans at FreeBSD.org
Fri Aug 27 01:12:41 UTC 2021


The branch stable/12 has been updated by kevans:

URL: https://cgit.FreeBSD.org/src/commit/?id=f96130dbeeb1baf3480d5b95cfa34bd16650f17b

commit f96130dbeeb1baf3480d5b95cfa34bd16650f17b
Author:     Kyle Evans <kevans at FreeBSD.org>
AuthorDate: 2021-08-19 06:33:13 +0000
Commit:     Kyle Evans <kevans at FreeBSD.org>
CommitDate: 2021-08-27 01:10:58 +0000

    crunch: drop WARNS override
    
    crunchide and crunchgen now build fine with default WARNS
    
    (cherry picked from commit d59c5e023d558161e4f519b88d5209d8bab18bc7)
---
 usr.sbin/crunch/Makefile.inc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/usr.sbin/crunch/Makefile.inc b/usr.sbin/crunch/Makefile.inc
index 36175b7e5258..f8ffe675db6e 100644
--- a/usr.sbin/crunch/Makefile.inc
+++ b/usr.sbin/crunch/Makefile.inc
@@ -2,5 +2,3 @@
 
 # modify to taste
 BINDIR?= /usr/bin
-
-WARNS?=	2


More information about the dev-commits-src-all mailing list