Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jun 2001 17:18:39 -0700
From:      Dima Dorfman <dima@unixfreak.org>
To:        andrew@ugh.net.au
Cc:        freebsd-gnats-submit@freebsd.org, freebsd-bugs@FreeBSD.org
Subject:   Re: bin/25278: bs accepts -s -c but not -sc 
Message-ID:  <20010620001840.F162E3E33@bazooka.unixfreak.org>
In-Reply-To: <20010619210205.R72827-100000@starbug.ugh.net.au>; from andrew@ugh.net.au on "Tue, 19 Jun 2001 21:02:55 %2B1000 (EST)"

next in thread | previous in thread | raw e-mail | index | archive | help
<andrew@ugh.net.au> writes:
> OK, here is a patch to add -Wall to the Makefile.
> 
> --- Makefile.orig	Tue Jun 19 21:00:39 2001
> +++ Makefile	Tue Jun 19 20:52:18 2001
> @@ -2,6 +2,7 @@
> 
>  PROG=   bs
>  MAN=   bs.6
> +CFLAGS+=-Wall

I don't know if you're using -currnet, but the new WARNS= stuff is
preferred to specifying warning flags in CFLAGS.

>  DPADD=  ${LIBNCURSES} ${LIBMYTINFO}
>  LDADD=  -lncurses -lmytinfo
>  HIDEGAME=hidegame
> 
> 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010620001840.F162E3E33>