|
From: Bart V. A. <bar...@gm...> - 2009-02-22 13:12:47
|
Hello, It has been emphasized more than once that portability is considered important in the Valgrind project. This made me wonder what the portability requirements for makefiles are. There is at least one GNU-ism in Valgrind makefiles, namely the use of += (I may be the one who started using this extension). Is it OK to rely on GNU make or should Valgrind makefiles be POSIX compliant ? See also: The Open Group Base Specifications Issue 6 about make (http://www.opengroup.org/onlinepubs/009695399/utilities/make.html) Bart. |