1
0
Fork 0
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:
Michael Keller 2017-08-17 23:46:39 +12:00 committed by GitHub
commit ed3bb61f3f

View file

@ -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):