NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/1443 CVS commit: src/usr.bin/make



The following reply was made to PR bin/1443; it has been noted by GNATS.

From: David Laight <dsl%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/1443 CVS commit: src/usr.bin/make
Date: Thu,  8 Jan 2009 21:12:09 +0000 (UTC)

 Module Name:   src
 Committed By:  dsl
 Date:          Thu Jan  8 21:12:09 UTC 2009
 
 Modified Files:
        src/usr.bin/make: parse.c
 
 Log Message:
 Fix PR bin/1443 properly!
 Ignore '=' and ' ' inside {} and () when looking for an assignment operator.
 Also require the operator be immediately after any whitespace.
 XXX mismatched (){} in variable modifiers will not DTRT.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.153 -r1.154 src/usr.bin/make/parse.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index