View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
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. |
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. |
|
Attached Files | |
|