From: Bill S. <g4...@cl...> - 2016-04-14 23:10:24
|
On 15/04/2016 00:00, Richard Bown wrote: > So wouldn't it make sense to put in the automated build scripts a make clean before configure ??? > or at least before make. Hi Richard, the whole point of build tools like make and tools like CMake that can generate Makefiles is to do minimal rebuilds to save time. Having to wait for a clean build or scrapping the whole configured build tree every time you want to rebuild is totally defeating the object of smart build tools. 73 Bill G4WJS. |