<html><head><style>pre,code,address {
  margin: 0px;
}
h1,h2,h3,h4,h5,h6 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
ol,ul {
  margin-top: 0em;
  margin-bottom: 0em;
}
blockquote {
  margin-top: 0em;
  margin-bottom: 0em;
}
</style></head><body><div>Perhaps directly in the Makefile?</div><div><br></div><div><a href="https://www.cmcrossroads.com/article/basics-getting-environment-variables-gnu-make">https://www.cmcrossroads.com/article/basics-getting-environment-variables-gnu-make</a></div><div><br></div><div>Am Mittwoch, dem 27.08.2025 um 10:15 -0700 schrieb Craig Leres:</div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><div>On 8/27/25 02:42, Chris van der Meijden wrote:<br></div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><div>I checked the second link and it seems to be a gmake 4.4.x problem.<br></div><div><br></div><div>The last sentence in that link is<br></div><div><br></div><div>"A workaround is to always provide (an empty) GNUMAKEFLAGS environment <br></div><div>variable."<br></div><div><br></div><div>so before the make command I entered<br></div><div><br></div><div>export GNUMAKEFLAGS=<br></div><div><br></div><div>and it compiles without warnings.<br></div><div><br></div><div>I will not put the environment variable in my profile, so I can watch <br></div><div>the further development in updates of gmake.<br></div></blockquote><div><br></div><div>What I was hoping for is to find the place in one of the ovms .mk files <br></div><div>to stick GNUMAKEFLAGS=<br></div></blockquote><div><br></div><div><span></span></div></body></html>