GNU make variables??
GDan <[email protected]>
| Newsgroups | gmane.comp.gnu.utils |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <c772b42e-8432-43e1-a7e4-d05f24b2c0b3@d70g2000hsb.googlegroups.com> |
X= somemakerule: .... $X+="ASTRING" .... ============================ I am having trouble with make and how variables are processed - it seems that rules cannot alter variables?? if I setup a variable before executing the first rule, a-ok but after that?? DC