Mike Bland 8308411297 Improve variable parsing when generating MINFO
Before this change, variables for which a '=' appeared in the assignment would
be parsed as the entire string up until the final '='. For example:

  BUILD_CMD=shlib_target=; if [ -n "$(SHARED_LIBS)" ]; then \

would result in the variable name "BUILD_CMD=shlib_target". This doesn't
appear to harm the current generation of MINFO, but creates problems for other
Makefile-related work I'm attempting.

Change-Id: I1f3a606d67fd5464bb459e8f36c23b3e967b77e1
Signed-off-by: Mike Bland <mbland@acm.org>
Signed-off-by: Geoff Thorpe <geoff@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
2014-11-16 16:44:44 -05:00
..
2014-10-06 18:07:55 +01:00
2009-08-12 17:30:37 +00:00
2007-09-19 14:53:18 +00:00
2013-03-04 22:48:38 +00:00
2012-03-31 11:06:46 +00:00
1999-05-31 21:58:18 +00:00
2013-01-23 00:43:09 +00:00
2011-02-21 15:15:58 +00:00
2005-04-27 08:56:15 +00:00
2014-09-23 18:37:23 +02:00
2014-10-15 08:56:16 -04:00
2005-11-06 17:58:26 +00:00
2014-04-25 14:31:05 -04:00
2006-10-24 22:14:20 +00:00
2014-06-22 20:24:18 -04:00
2010-01-05 17:32:54 +00:00
2005-04-27 08:56:15 +00:00
2009-04-06 15:22:01 +00:00
2009-04-15 15:27:03 +00:00
2014-10-15 08:56:16 -04:00