buildsys  Hex Artifact Content

Artifact bd5f98820f5fbc1924523c707abda971982e5788adf229bc5107f59526c72bc6:

Manifest of check-in [bd5f98820f] - Fix dependency checking with bmake

gmake always includes files relative to the current directory, while
bmake includes them relative to the current Makefile - and current
Makefile means the current include. However, bmake has a variable
.CURDIR that always points to the current directory, but is missing in
gmake. Thus, .CURDIR is just set to "." if it's not set and always in
the include, thus making it work with both, bmake and gmake. by js on 2014-05-06 20:35:07.


A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.