diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-12-24 19:25:58 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-12-24 21:42:08 -0600 |
commit | fd9366c85cdb627886901b7c09ef267b294d5d98 (patch) | |
tree | ff731698e13c1704c03aaab40957cf40a34db969 /.gitignore | |
parent | cdd98fc187aae086de5e4ca5fe4d693568963431 (diff) |
prep work to eliminated Env.*.sh, introduce config_{host,build}.mk
This introduce config_host.mk and config_build.mk
generated from config_host.mk.in
The intent is for that file to be both sourcable in a shell and includable
in a gnu Makefile.
Eventually all the environment set-up will be in config_host.mk.in
and so there won't be a need to source anything in shell before make.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 705ddbdf1a4f..11ed5b6951ff 100644 --- a/.gitignore +++ b/.gitignore @@ -55,6 +55,8 @@ /config.log /config.status /config.parms +/config_host.mk +/config_build.mk /configure /desktop/scripts/soffice.sh /makefile.mk |