Lines Matching refs:grep
121 l1_tests=$(grep -r --include=Makefile "^LDLIBS" | \
122 grep -v "$filter" | awk -F: '{print $1}' | uniq)
134 l2_tests=$(grep -r --include=Makefile ": LDLIBS" | \
135 grep -v "$filter" | awk -F: '{print $1}' | uniq)
148 l3_tests=$(grep -r --include=Makefile "^VAR_LDLIBS" | \
149 grep -v "pkg-config\|PKG_CONFIG" | awk -F: '{print $1}' | uniq)
158 l4_tests=$(grep -r --include=Makefile "^LDLIBS" | \
159 grep "pkg-config\|PKG_CONFIG" | awk -F: '{print $1}' | uniq)
167 l5_tests=$(grep -r --include=Makefile "LDLIBS +=.*\$(IOURING_EXTRA_LIBS)" | \
209 test_libs=$(grep --include=Makefile "^LDLIBS" $test | \
210 grep -v "$filter" | \
220 test_libs=$(grep --include=Makefile ": LDLIBS" $test | \
221 grep -v "$filter" | \
230 test_libs=$(grep --include=Makefile "^VAR_LDLIBS" $test | \
231 grep -v "pkg-config" | sed -e 's/\:/ /' |
239 test_libs=$(grep --include=Makefile "^VAR_LDLIBS\|^LDLIBS" $test | \
240 grep "\(pkg-config\|PKG_CONFIG\).*|| echo " | \
249 test_libs=$(grep "^IOURING_EXTRA_LIBS +\?=" $tests | \
273 targets=$(echo "$targets" | grep -v "$fail_target")