diff options
| author | Sudar <sudar@sudarmuthu.com> | 2013-06-08 16:32:43 +0530 |
|---|---|---|
| committer | Sudar <sudar@sudarmuthu.com> | 2013-06-08 16:32:43 +0530 |
| commit | ca49da9f1d3f39482fbf9bbd7a85b96fff9020ae (patch) | |
| tree | be24069e08e7861124a0c90db5c310378c7a1aee | |
| parent | 11a416e9e996453fe08e2eea468d2c3c48a719d4 (diff) | |
Moved comments outside the rule. Otherwise the comments were getting printed
| -rw-r--r-- | arduino-mk/Arduino.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arduino-mk/Arduino.mk b/arduino-mk/Arduino.mk index 039365a..ffe5e08 100644 --- a/arduino-mk/Arduino.mk +++ b/arduino-mk/Arduino.mk @@ -823,9 +823,9 @@ $(TARGET_ELF): $(LOCAL_OBJS) $(CORE_LIB) $(OTHER_OBJS) $(CORE_LIB): $(CORE_OBJS) $(LIB_OBJS) $(USER_LIB_OBJS) $(AR) rcs $@ $(CORE_OBJS) $(LIB_OBJS) $(USER_LIB_OBJS) +# Use submake so we can guarantee the reset happens +# before the upload, even with make -j upload: $(TARGET_HEX) verify_size - # Use submake so we can guarantee the reset happens - # before the upload, even with make -j $(MAKE) reset $(MAKE) do_upload |
