#1572 $MAKE_FLAGS mechanism broken
Metadata
Property | Value |
---|---|
Reported by | Rene Milk (rene.milk@uni-muenster.de) |
Reported at | Feb 19, 2015 08:52 |
Type | Bug Report |
Version | Git (pre2.4) [cmake] |
Operating System | Unspecified / All |
Last edited by | Christian Engwer (christi@conan.iwr.uni-heidelberg.de) |
Last edited at | Feb 25, 2015 15:59 |
Closed by | Christian Engwer (christi@conan.iwr.uni-heidelberg.de) |
Closed at | Feb 25, 2015 15:59 |
Closed in version | Unknown |
Resolution | Fixed |
Comment |
Description
Having MAKE_FLAGS="-j4" in my opts file results in dunecontrol aborting trying to call "cmake --build . -j4", because "-j4" is ofc no valid argument to pass there.
- Is there currently any way to achieve what MAKE_FLAGS did when dunecontrol just called make directly?
- There should probably be some change in handling MAKE_FLAGS now