#106 closed enhancement (fixed)
allows using config file for make(1) variables
| Reported by: | felix winkelmann | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | core-pending | Version: | 4.2.x |
| Keywords: | Cc: | ||
| Estimated difficulty: |
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
Change History (4)
comment:1 follow-up: 2 Changed 16 years ago by
comment:2 Changed 16 years ago by
Replying to felix:
Commit 005f70c268870492bddebb955f8895644f12e3a9 fixes a bug in
rules.make.
Sorry, wrong ID, it shgould be: 952a3f362e6b71eef26f96aec8be167ebc1d9593
comment:3 Changed 16 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.

Commit 005f70c268870492bddebb955f8895644f12e3a9 fixes a bug in
rules.make.