OMNeT++/OMNEST Bug Tracker - OMNeT++ |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0000536 | OMNeT++ | command line tools | public | 2012-02-02 16:30 | 2012-03-12 16:46 |
|
Reporter | rhornig | |
Assigned To | rhornig | |
Priority | high | Severity | major | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | 4.2.1 | |
Target Version | | Fixed in Version | 4.2.2 | |
|
Summary | 0000536: Output is not overwritten if switching between release and debug mode |
Description | Once both release and debug binaries are created invoking the makefile does nothing (because no source files were changed). The problem is that a user may want to activate the relase or debug libs by executing make MODE=release or make MODE=debug.
These commands MUST simlink/copy the correct dll/so into the output directory when the make file invoked even if the source files were unchanged. |
Steps To Reproduce | |
Additional Information | Solution: move the lines responsible for simlinking/copying to the deafult all (phony) target so they will execute unconditionally. |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2012-02-02 16:30 | rhornig | New Issue | |
2012-03-12 16:46 | rhornig | Note Added: 0000734 | |
2012-03-12 16:46 | rhornig | Status | new => resolved |
2012-03-12 16:46 | rhornig | Fixed in Version | => 4.2.2 |
2012-03-12 16:46 | rhornig | Resolution | open => fixed |
2012-03-12 16:46 | rhornig | Assigned To | => rhornig |