@mcb30 thank you for your explanation. I found the sentiment you referenced:

> When make runs a recipe, variables defined in the makefile are placed into 
> the environment of each shell.
> ...
> Other use of variables from the environment is not recommended. It is not 
> wise for makefiles to depend for their functioning on environment variables 
> set up outside their control, since this would cause different users to get 
> different results from the same makefile. This is against the whole purpose 
> of most makefiles.

-- https://www.gnu.org/software/make/manual/make.html#Environment

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/ipxe/ipxe/pull/115#issuecomment-652546327
_______________________________________________
ipxe-devel mailing list
ipxe-devel@lists.ipxe.org
https://lists.ipxe.org/mailman/listinfo/ipxe-devel

Reply via email to