Make and `='

2004-01-23 Thread Dale R Worley
(Please Cc: me on any discussion, I'm not on bug-make.) I've written some amendments to the "Rule Syntax" texinfo node file to explain the problem with an `=' in a file name. And I put a paragraph in the "Error Messages" node to help the user figure out what happened. Dale diff -r make-3.79.1

Re: Enhancement request regarding make variable names

2004-01-23 Thread Dale R Worley
From: Sam Ravnborg <[EMAIL PROTECTED]> Currently compiling 2.6.2 kernel located in a directory named "A=B". So far it looks OK. I can't make out how 2.6's make system works, but it is different than 2.4's and seems to avoid the problem with make that I was running into. Dale

Re: Enhancement request regarding make variable names

2004-01-23 Thread Dale R Worley
From: Noel Yap <[EMAIL PROTECTED]> Are you able to "quote" these special characters such that they would be interpreted the way you'd like? I don't know if "make" provides a quoting mechanism. And since the offending "=" appears inside a string generated by a "pwd" that is invoked insid