Summary
allows using config file for make(1) variables
Metadata
- Id: 0aa7824c6e4569873c75cdefc408da9fe8d3cdc7
- Trac id: 106
- Type: enhancement
- Reporter: felix
- Owner:
- Cc:
- Status: closed
- Component: core-pending
- Estimated difficulty:
- Resolution: fixed
- Priority: minor
- Milestone:
- Version: 4.2.x
- Changetime: 2010-03-11 10:33:12 UTC
- Created: 2009-11-08 01:15:00 UTC
- Keywords:
Description
Currently quite a number of variables must be passed to `make(1)` to configure the build properly. Optionally allow putting those into a different makefile and use it by invoking `make(1)` like this:
% make CONFIG=config.mk
See commit c8e248a2a6b8258c51d2f8f994507c6d6c573e09
Changes and comments
[2009-11-11 09:08:22 UTC] felix wrote:
Commit 005f70c268870492bddebb955f8895644f12e3a9 fixes a bug in `rules.make`.
[2009-11-11 09:20:34 UTC] felix wrote:
Replying to felix: > Commit 005f70c268870492bddebb955f8895644f12e3a9 fixes a bug in `rules.make`.
Sorry, wrong ID, it shgould be: 952a3f362e6b71eef26f96aec8be167ebc1d9593