mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-04-06 11:38:12 +00:00
Revert "Merge pull request #305 from frtos-wpan/pull-verbosity"
This reverts commit 231e77211804af53c69c5321cdcd962d58389a3f, reversing changes made to e13d69cf41ee82e48a89ed530306cbd4991695ea.
This commit is contained in:
parent
54f2109134
commit
2e0b8e7616
@ -131,21 +131,6 @@ ifdef PLATFORMAPPS
|
||||
APPDS += $(PLATFORMAPPDS)
|
||||
endif
|
||||
|
||||
### Verbosity control. Use make V=1 to get verbose builds.
|
||||
|
||||
CC_normal := $(CC)
|
||||
AR_normal := $(AR)
|
||||
|
||||
CC_quiet = @echo " CC " $< && $(CC_normal)
|
||||
AR_quiet = @echo " AR " $@ && $(AR_normal)
|
||||
|
||||
ifeq ($(V),1)
|
||||
CC = $(CC_normal)
|
||||
AR = $(AR_normal)
|
||||
else
|
||||
CC = $(CC_quiet)
|
||||
AR = $(AR_quiet)
|
||||
endif
|
||||
|
||||
### Forward comma-separated list of arbitrary defines to the compiler
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user