xorg/driver/xf86-input-magellan: Janitor: make distcheck, .gitignore.
Dan Nicholson
dbn.lists at gmail.com
Wed Feb 4 14:27:51 PST 2009
On Wed, Feb 4, 2009 at 2:01 PM, Paulo César Pereira de Andrade
<pcpa at mandriva.com.br> wrote:
> Another trivial patch.
Looking at another one of these, I see small nit.
configure.ac:
XORG_CFLAGS="$XORG_CFLAGS $CWARNFLAGS"
Makefile.am:
AM_CFLAGS = $(XORG_CFLAGS)
It would be nicer if it was just
Makefile.am:
AM_CFLAGS = $(XORG_CFLAGS) $(CWARNFLAGS)
Then I can actually manipulate the warning flags when I build instead
of just using what configure came up with. I.e.,
make CWARNFLAGS="-Werror"
if I'm so inclined. Not a big deal, though.
--
Dan
More information about the xorg
mailing list