]> git.neil.brown.name Git - edlib.git/commit
Add global-config-dir for make commands
authorNeilBrown <neil@brown.name>
Fri, 27 May 2022 10:51:42 +0000 (20:51 +1000)
committerNeilBrown <neil@brown.name>
Sat, 3 Sep 2022 06:49:08 +0000 (16:49 +1000)
commit6ef76aa91bac7df82490f96d2af1c2c79ac4255c
tree9e9e7a0aa7c6cc1d5f717085ea467beb973a09cc
parentbe5d3bfebc20ca363fda84b2918ab77a4cf9b81b
Add global-config-dir for make commands

dir-specific config can now be attached to the root and accessed with
global-config-dir.
The value and dir in which it was found is returned.

Make uses this to find a command, and to find the directory to run it
in.
A '%%' in the command is replaced with the part of the directory that
was stripped off.

Signed-off-by: NeilBrown <neil@brown.name>
DOC/TODO.md
core-editor.c
python/config.py
python/lib-make.py