View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0003378 | CMake | CMake | public | 2006-06-11 16:39 | 2006-06-26 12:12 | ||||
Reporter | Thomas Zander | ||||||||
Assigned To | Brad King | ||||||||
Priority | low | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | no change required | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0003378: make VERBOSE=0 still does a verbose | ||||||||
Description | Using (g)make on unix. I expect the value I give the variable to be relevant instead I have the idea that the simple presence of the variable is used. In particular; I expect VERBOSE=foo to NOT do verbose making. Only VERBOSE=1 or VERBOSE=true should do that. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | |
Relationships |
Notes | |
(0004351) Brad King (manager) 2006-06-26 12:12 |
The syntax make VERBOSE=1 is just a hack to make it look somewhat readable. The way to get non-verbose is to use make VERBOSE= There is no way to implement your desired behavior in plain old makefiles without introducing an extra level of recursion. |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |