Summary

allows using config file for make(1) variables

Metadata

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

[2009-11-23 17:53:32 UTC] felix changed status from new to closed

[2009-11-23 17:53:32 UTC] felix set resolution to fixed

[2010-03-11 10:33:12 UTC] Milestone 4.3.0 deleted