make: Forward all LFS_* prefixed environment variables as defines
So instead of: CFLAGS='-DLFS_YES_REVDBG=1' make You can just do: LFS_YES_REVDBG=1 make I've been hesitant to add this, as I've never seen this pattern in another project (why?), but it's just too convenient to not give it a try.
This commit is contained in:
Reference in New Issue
Block a user