I am very very new to makefiles. The most complex task I had done before was to include new .h and and .cpp or .c in already designed makefiles.
I need to add some capabilities to very complex, multi-layered makefile (lots of include files, lots of targets, lots of variables) that was written by someone else who of course is no longer with the
I have a setup where make is going through a bunch of subdirectories and making inside those directories.I would like it to stop the build on a failure immediately.The code snippet below illustrates t