mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Fix from review.
This commit is contained in:
parent
7a03ead75e
commit
4c11c6666b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -475,7 +475,7 @@ test junittest:
|
|||
|
||||
|
||||
check-target-independence:
|
||||
$(V1)for test_target in $(VALID_TARGETS); do \
|
||||
$(V1) for test_target in $(VALID_TARGETS); do \
|
||||
FOUND=$$(grep -rP "\W$${test_target}\W" src/main/ | grep -vP "(\/\/)|(\/\*).*\W$${test_target}\W" | grep -vP "^src/main/target"); \
|
||||
if [ "$${FOUND}" != "" ]; then \
|
||||
echo "Target dependencies found:"; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue