Merge pull request #605 from szeder/quiet-0
Show the configuration when ARDUINO_QUIET=0
This commit is contained in:
commit
cf5d016746
2 changed files with 4 additions and 0 deletions
|
@ -241,6 +241,9 @@ arduino_output =
|
||||||
# running for the first time (i.e., not after a restart after
|
# running for the first time (i.e., not after a restart after
|
||||||
# regenerating the dependency file), then output the configuration.
|
# regenerating the dependency file), then output the configuration.
|
||||||
ifndef ARDUINO_QUIET
|
ifndef ARDUINO_QUIET
|
||||||
|
ARDUINO_QUIET = 0
|
||||||
|
endif
|
||||||
|
ifeq ($(ARDUINO_QUIET),0)
|
||||||
ifeq ($(MAKE_RESTARTS),)
|
ifeq ($(MAKE_RESTARTS),)
|
||||||
ifeq ($(MAKELEVEL),0)
|
ifeq ($(MAKELEVEL),0)
|
||||||
arduino_output = $(info $(1))
|
arduino_output = $(info $(1))
|
||||||
|
|
|
@ -11,6 +11,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
|
||||||
- Fix: Quote the prefix tag in the space_pad_to function
|
- Fix: Quote the prefix tag in the space_pad_to function
|
||||||
- Fix: recognize serial monitors with full path in MONITOR_CMD
|
- Fix: recognize serial monitors with full path in MONITOR_CMD
|
||||||
- Fix: Grab USB_PRODUCT and USB_MANUFACTURER from boards.txt for 32u4 boards (issue #594).
|
- Fix: Grab USB_PRODUCT and USB_MANUFACTURER from boards.txt for 32u4 boards (issue #594).
|
||||||
|
- Fix: Show the configuration when ARDUINO_QUIET=0
|
||||||
- Tweak: Move chip erase flag from set_fuses to ispload to prevent sketch being nuked when setting fuses
|
- Tweak: Move chip erase flag from set_fuses to ispload to prevent sketch being nuked when setting fuses
|
||||||
- Tweak: Set ARDMK_VERSION to 1.6 (https://github.com/sej7278)
|
- Tweak: Set ARDMK_VERSION to 1.6 (https://github.com/sej7278)
|
||||||
- Tweak: Move non-standard-related items from CxxFLAGS_STD to CxxFLAGS (issue #523) (https://github.com/sej7278)
|
- Tweak: Move non-standard-related items from CxxFLAGS_STD to CxxFLAGS (issue #523) (https://github.com/sej7278)
|
||||||
|
|
Loading…
Reference in a new issue