From 8606592063eab7cd25fd87eea732a47d297f49e3 Mon Sep 17 00:00:00 2001 From: Simon John Date: Thu, 26 Mar 2015 23:17:05 +0000 Subject: Added BOARD_SUB to OBJDIR so that when changing sub boards we don't accidentally overwrite existing builds. E.g. mega1280 and mega2560 previously *both* created a "build-mega" directory, now they'll create build-mega-mega2560 and build-mega-mega1280 Only applies to 1.5+ of course, and only when BOARD_SUB is used. 1.0 will still create build-mega2560 and build-mega1280 directories (just BOARD_TAG) --- HISTORY.md | 1 + 1 file changed, 1 insertion(+) (limited to 'HISTORY.md') diff --git a/HISTORY.md b/HISTORY.md index 0a73493..dd55e65 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -29,6 +29,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it - Tweak: Replace CXX_NAME with CXX as per the Emacs Flymake Wiki (Issue #309) (https://github.com/sej7278) - Tweak: Ability to override `USB_TYPE` in Teensy.md (Issue #313) (https://github.com/Poofjunior) - Tweak: Integration instructions for CodeBlocks IDE (Issue #321) (https://github.com/fbielejec) +- Tweak: Add BOARD_SUB to OBJDIR if defined in 1.5+ (https://github.com/sej7278) - Fix: Improved Windows (Cygwin/MSYS) support (https://github.com/PeterMosmans) - Fix: Change "tinyladi" username to "ladislas" in HISTORY.md. (https://github.com/ladislas) -- cgit v1.2.3