From a674abe702cc0c017209a3186c32df050ff21f41 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Wed, 22 May 2013 02:14:19 -0400 Subject: Make MFLAGS and MAKEFLAGS more reliable and predictable. Ensure all simple flags are kept in the initial batch of flags. Do not allow any flags with options in that batch. If there are only non-simple flags ensure MAKEFLAGS begins with " ". Don't let MFLAGS start with "- ". --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4633bec..9a176e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2013-05-22 Paul Smith + + * main.c (switches[]): Order switches so simple flags all come first. + (define_makeflags): Rework to make option passing more + reliable and the code less tricksy. Ensure simple flags are kept + in the initial batch of flags. Do not allow any flags with + options in that batch. If there are only non-simple flags MAKEFLAGS + begins with ' '. + + * read.c (eval_buffer): Initialize lineno. + 2013-05-18 Alexey Pavlov (tiny change) * w32/Makefile.am (libw32_a_SOURCES): Add compat/posixfcn.c. -- cgit v1.2.3