[bug #62595] Add ability to read .env files into make and

2022-06-13 Thread Chigozirim Chukwu
Follow-up Comment #8, bug #62595 (project make): > Of course you can also use the re-exec feature of make to write a rule to generate the include file then you have the full power of a recipe. I like the idea, especially because of the re-exec feature. However, my goal was to avoid having to make

[bug #62595] Add ability to read .env files into make and

2022-06-09 Thread Chigozirim Chukwu
Follow-up Comment #4, bug #62595 (project make): No, no, that's not something one should expect from a .env file. I said that _some_ dotenv parsers take it a step further to do all that fancy interpolation, but really .env files are just files containing a bunch of key=value lines, no functions

[bug #62595] Add ability to read .env files into make and

2022-06-08 Thread Chigozirim Chukwu
Follow-up Comment #2, bug #62595 (project make): Hi Paul .env files are commonly used for specifying secrets for an application or a build. Please see this question to get an idea of how people are currently trying to use .env files in their Makefile:

[bug #62595] Add ability to read .env files into make and

2022-06-08 Thread Chigozirim Chukwu
Status: None ___ Follow-up Comments: --- Date: Wed 08 Jun 2022 03:43:10 AM CDT By: Chigozirim Chukwu I would like the ability to allow make to read .env files. I kinda already got starte