Bug #8390 2006-08-15 11:14
yukito
Custom variables not updated on build
I've been building my application with two different compilers (2 build targets), and set a custom variable with the same name but a different value for both targets. (CC=gcc and CC=wat, used to find the correct directories for linking and including). This works fine but when I compile for one target and shortly after for the other, it doesn't change the value of $(CC). When I build one target first, the next build still uses the old $(CC). When I build the second target another time, the value is correct.
So:
Build for GCC -> $(CC) == gcc
Build for OW -> $(CC) == gcc
Build for OW again -> $(CC) == wat
- Category
- Compiler
- Group
- Status
- Closed
- Close date
- 2006-10-11 19:08
- Assigned to
History
Can't reproduce it. Can you (with a recent nightly build)?
Report is closed.
Note: This is a preformatted standard message.
Possible reasons for closing this report are:
* the developer in charge of the issue
- could not reproduce it despite trying several times
- did not get sufficient information
- got no reply to an inquiry for specific information
* the report is quite a bit dated of now, and
- no user comments have been added for several weeks
- significant changes have been made to the code
- no other developer could reproduce it either
It is assumed that the problem does not persist and the report
can be closed.
If the problem reappears in future releases, please feel free to
re-open this report and provide precise information on how to
reproduce it.