mirror of
https://github.com/mirror/make.git
synced 2026-08-31 03:38:03 +08:00
Fix strerror() handling for systems which set ANSI_STRING.
Don't print errors if "include" is specified with no arguments. New test suite for the $(shell ...) function.
This commit is contained in:
@@ -1482,7 +1482,10 @@ func_shell (char *o, char **argv, const char *funcname UNUSED)
|
||||
because target_environment hits a loop trying to expand $(var)
|
||||
to put it in the environment. This is even more confusing when
|
||||
var was not explicitly exported, but just appeared in the
|
||||
calling environment. */
|
||||
calling environment.
|
||||
|
||||
envp = target_environment (NILF);
|
||||
*/
|
||||
|
||||
envp = environ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user