Description
It appears that feature from: ARDUINO 1.0.1 - 2012.05.21 is broke.
- Compilation has been speeded up by only compiling changed files. (All files are recompiled when a new board is selected.) (Paul Stoffregen) http://code.google.com/p/arduino/issues/detail?id=638
Is no longer working, as Verify appears (at least on windows 7) to always do a full (aka clean) compile rather than a re-compile of only changed files.
Not that this was/is working in 1.5.6r2, and still failing in nightly build "ARDUINO 1.5.8 BETA - not yet released" dated Aug 23 2014 5:18am
I would also point out that this feature always had a problem if the path to the core library directory had any white spaces. Hence the windows installer placing the install by default into the "C:\Program Files (x86)\Arduino." manifested this same symptom. Where a simple work around was to relocate the path as to not have any white spaces, such as "c:\arduino.".
Whereas now the problem is chronic and occurs regardless of paths directory.