The .PHONY target in the makefile mentions tools, which means that each call will recreate the tools area. I bumped into this because of mengstr/pt8exam#1 - the rebuild and auto-deletion after the build fails prevents fixing the code.
It can be fixed by removing tools from the .PHONY dependencies.
No big deal, but hey ... just to let you know.
-jcw
The
.PHONYtarget in the makefile mentionstools, which means that each call will recreate the tools area. I bumped into this because of mengstr/pt8exam#1 - the rebuild and auto-deletion after the build fails prevents fixing the code.It can be fixed by removing
toolsfrom the.PHONYdependencies.No big deal, but hey ... just to let you know.
-jcw