[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-NG] [PATCH 1/5] [ng] cleanup: don't error on 'YACCFLAGS' usage
From: |
Stefano Lattarini |
Subject: |
[Automake-NG] [PATCH 1/5] [ng] cleanup: don't error on 'YACCFLAGS' usage |
Date: |
Wed, 6 Jun 2012 00:52:08 +0200 |
* automake.in (lang_yacc_finish): Stop calling 'reject_var' on
'YACCFLAGS'; that has been obsolete for such a long time (since
1998 at least!) that is not worth worrying about anymore in
Automake-NG.
Signed-off-by: Stefano Lattarini <address@hidden>
---
automake.in | 2 --
1 file changed, 2 deletions(-)
diff --git a/automake.in b/automake.in
index 0428cf9..3cce00f 100644
--- a/automake.in
+++ b/automake.in
@@ -5527,8 +5527,6 @@ sub lang_yacc_finish
return if defined $language_scratch{'yacc-done'};
$language_scratch{'yacc-done'} = 1;
- reject_var 'YACCFLAGS', "'YACCFLAGS' obsolete; use 'YFLAGS' instead";
-
yacc_lex_finish_helper;
}
--
1.7.9.5
- [Automake-NG] [PATCH 0/5] Some minor cleanup and fixlets for lex and yacc, Stefano Lattarini, 2012/06/05
- [Automake-NG] [PATCH 1/5] [ng] cleanup: don't error on 'YACCFLAGS' usage,
Stefano Lattarini <=
- [Automake-NG] [PATCH 2/5] [ng] refactor: merge lang_{yacc, lex}_finish functions, Stefano Lattarini, 2012/06/05
- [Automake-NG] [PATCH 3/5] [ng] lex: fix a (mostly harmless) typo in code, Stefano Lattarini, 2012/06/05
- [Automake-NG] [PATCH 4/5] [ng] yacc/c++: prefer automake-time processing over recipe-time one, Stefano Lattarini, 2012/06/05
- [Automake-NG] [PATCH 5/5] [ng] yacc: prefer use of automatic variables over automake-time transforms, Stefano Lattarini, 2012/06/05
- Re: [Automake-NG] [PATCH 0/5] Some minor cleanup and fixlets for lex and yacc, Akim Demaille, 2012/06/06