mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Merge pull request #3547 from AndersHoglund/cleanup_makefile
Remove hardcoded unconditional measurement of target build time.
This commit is contained in:
commit
ed3bb61f3f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -338,7 +338,7 @@ targets-group-rest: $(GROUP_OTHER_TARGETS)
|
|||
|
||||
$(VALID_TARGETS):
|
||||
$(V0) @echo "Building $@" && \
|
||||
time $(MAKE) binary hex TARGET=$@ && \
|
||||
$(MAKE) binary hex TARGET=$@ && \
|
||||
echo "Building $@ succeeded."
|
||||
|
||||
$(SKIP_TARGETS):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue