[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] yacc: warn about conditional content in *YFLAGS variables
From: |
Ralf Wildenhues |
Subject: |
Re: [PATCH] yacc: warn about conditional content in *YFLAGS variables |
Date: |
Mon, 10 Jan 2011 21:53:08 +0100 |
User-agent: |
Mutt/1.5.20 (2010-08-04) |
[ dropping bug-automake ]
* Stefano Lattarini wrote on Mon, Jan 10, 2011 at 03:59:10PM CET:
> The attached patch should fix the bug. OK for the temporary branch
> 'yacc-work', to be merged to master afterwards?
OK, thanks. Please add a short NEWS blurb (or merge with other NEWS
about yacc changes). How about ensuring in the test that the user can
override automake by setting warning flags suitably (preapproved)?
Cheers,
Ralf
> Subject: [PATCH] yacc: warn about conditional content in *YFLAGS variables
>
> This change fixes automake bug#7804.
>
> * automake.in (lang_yacc_target_hook): Warn if any of the relevant
> *YFLAGS variables has conditional contents (not only a conditional
> definition). Related refactoring.
> * tests/yflags-conditional.test: Updated and extended.