Rebased, fixed regex for target name at end of line.

This commit is contained in:
mikeller 2018-05-14 19:18:20 +12:00 committed by Diego Basch
parent 2be4d5e569
commit 43c706fc95
1 changed files with 0 additions and 4 deletions

View File

@ -477,11 +477,7 @@ test junittest:
check-target-independence:
$(V1) for test_target in $(VALID_TARGETS); do \
<<<<<<< HEAD
FOUND=$$(grep -rP "\W$${test_target}\W?" src/main/ | grep -vP "(\/\/)|(\/\*).*\W$${test_target}\W?" | grep -vP "^src/main/target"); \
=======
FOUND=$$(grep -rP "\W$${test_target}\W" src/main/ | grep -vP "(\/\/)|(\/\*).*\W$${test_target}\W" | grep -vP "^src/main/target"); \
>>>>>>> 2a65b67d2... Fix from review.
if [ "$${FOUND}" != "" ]; then \
echo "Target dependencies found:"; \
echo "$${FOUND}"; \