Lines Matching refs:grep
115 l1_tests=$(grep -r --include=Makefile "^LDLIBS" | \
116 grep -v "VAR_LDLIBS" | awk -F: '{print $1}')
128 l2_tests=$(grep -r --include=Makefile ": LDLIBS" | \
129 grep -v "VAR_LDLIBS" | awk -F: '{print $1}')
140 l3_tests=$(grep -r --include=Makefile "^VAR_LDLIBS" | \
141 grep -v "pkg-config" | awk -F: '{print $1}')
172 test_libs=$(grep --include=Makefile "^LDLIBS" $test | \
173 grep -v "VAR_LDLIBS" | \
183 test_libs=$(grep --include=Makefile ": LDLIBS" $test | \
184 grep -v "VAR_LDLIBS" | \
193 test_libs=$(grep --include=Makefile "^VAR_LDLIBS" $test | \
194 grep -v "pkg-config" | sed -e 's/\:/ /' |
218 targets=$(echo "$targets" | grep -v "$fail_target")