Opened 17 years ago
Closed 15 years ago
#207 closed enhancement (fixed)
c:make enhancements
Reported by: | anonymous | Owned by: | wbell |
---|---|---|---|
Priority: | major | Milestone: | 0.6 |
Component: | General | Version: | 0.5.3 |
Keywords: | Cc: | ||
Operating System: | Linux |
Description
Some enhancements to ctooly.py 'make'. Support additional properties "directory" (defaults to ctxt.basedir) and "jobs".
I think a further enhancement to allow arbitrary NAME=VALUE pairs to be passed on the make command line would also be useful. For example, the build system I created takes parameters like "optimize=1" to build optimized code.
Attachments (3)
Change History (8)
Changed 17 years ago by anonymous
Changed 17 years ago by xaviour.maillists@…
comment:1 Changed 17 years ago by xaviour.maillists@…
The patch bitten-make-enhancements.txt implements the further enhancement suggested by the creator of this ticket. It is cumulative.
Changed 17 years ago by xaviour.maillists@…
Improved patch with documentation and more consistent with shtools
comment:2 Changed 15 years ago by osimons
- Milestone changed from 0.6 to 0.6.1
comment:3 Changed 15 years ago by Olaf Meeuwissen <olaf@…>
- Milestone changed from 0.6.1 to 0.6
bitten-make-novariadic.txt was applied in [545].
comment:5 Changed 15 years ago by osimons
- Resolution set to fixed
- Status changed from new to closed
...and closing.
Improvement of the previous patch