svn commit: r359511 - head/bin/sh
Adrian Chadd
adrian.chadd at gmail.com
Thu Apr 16 18:04:23 UTC 2020
hi!
This broke compiling using external gcc toolchain for mips32. I'm
going to go poke at it a bit more but it looks like there's a /lot/ of
warnings. :-)
-adrian
On Wed, 1 Apr 2020 at 08:13, Edward Tomasz Napierala <trasz at freebsd.org> wrote:
>
> 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