• Home
  • Raw
  • Download

Lines Matching refs:grep

56   $(shell gzip --help 2>/dev/null|grep rsyncable >/dev/null \
89 | if test -f $(srcdir)/.x-$@; then grep -vEf $(srcdir)/.x-$@; \
90 else grep -Ev -e "$${VC_LIST_EXCEPT_DEFAULT-ChangeLog}"; fi \
91 | grep -Ev -e '($(VC_LIST_ALWAYS_EXCLUDE_REGEX)|$(_sc_excl))' \
296 files=$$(find $(srcdir) | grep -E "$$in_files" \
297 | grep -Ev '$(_sc_excl)'); \
301 files=$$(echo "$$files" | grep -E "$$in_vc_files"); \
307 && { files=$$(grep -l "$$containing" $$files); } || :; \
309 && { files=$$(grep -vl "$$non_containing" $$files); } || :; \
314 grep $$with_grep_options $(_ignore_case) -nE "$$prohibit" $$files \
315 | grep -vE "$${exclude:-^$$}" \
318 grep $$with_grep_options $(_ignore_case) -LE "$$require" $$files \
319 | grep . \
329 $$($(VC_LIST_EXCEPT) | grep -v useless-if-before-free) && \
403 @grep -nEA2 '[^rp]error *\(' $$($(VC_LIST_EXCEPT)) \
404 | grep -E '"Warning|"Fatal|"fatal' && \
410 @grep -nEA2 '[^rp]error *\(' $$($(VC_LIST_EXCEPT)) \
411 | grep -E '"[A-Z]' \
412 | grep -vE '"FATAL|"WARNING|"Java|"C#|PRIuMAX' && \
418 @grep -nEA2 '[^rp]error *\(' $$($(VC_LIST_EXCEPT)) \
419 | grep -E '[^."]\."' && \
448 @if $(VC_LIST_EXCEPT) | grep -l '\.c$$' > /dev/null; then \
450 for i in $$($(VC_LIST_EXCEPT) | grep '\.c$$'); do \
451 grep '^# *include\>' $$i | sed 1q \
452 | grep -E '^# *include $(config_h_header)' > /dev/null \
472 if $(VC_LIST_EXCEPT) | grep -l '\.c$$' > /dev/null; then \
473 files=$$(grep -l '^# *include '"$$h_esc" \
474 $$($(VC_LIST_EXCEPT) | grep '\.c$$')) && \
475 grep -LE "$$re" $$files | grep . && \
742 for i in $$(grep -l -F 'srcdir/$(Exit_base)' \
744 tail -n1 $$i | grep '^Exit .' > /dev/null \
849 case $$(echo all: | grep -l -f - Makefile) in Makefile);; *) \
852 $(def_sym_regex) | grep -E -f - $$($(VC_LIST_EXCEPT)) \
860 @$(VC_LIST) | grep '~$$' && \
975 | grep -vE '$(ignore_doubled_word_match_RE_)' \
976 | grep . && { echo '$(ME): doubled words' 1>&2; exit 1; } || :
1001 | grep -vE '$(ignore_undesirable_word_sequence_RE_)' | grep . \
1026 @progs=$$(grep -l 'proper_name_utf8 ''("' $$($(VC_LIST_EXCEPT)));\
1035 grep "$${base}_LDADD.*ICONV)" $$dir/Makefile.am > /dev/null \
1096 $$($(VC_LIST_EXCEPT) | grep -E '(^|/)(Makefile\.am|[^/]+\.mk)$$') \
1101 | grep -E $(news-check-regexp) >/dev/null; then \
1131 grep -E -v '^(#|$$)' $(po_file) \
1132 | grep -v '^src/false\.c$$' | sort > $@-1; \
1148 grep -E -l '$(_gl_translatable_string_re)' $$files \
1213 grep -l 'VERSION mismatch' $(_hv_file) >/dev/null \
1216 grep -lE '$(_hv_regex_strong)' $(_hv_file) >/dev/null \
1219 good=$$(grep -E '$(_hv_regex_strong)' $(_hv_file)); \
1220 grep -LFx "$$good" \
1221 $$(grep -lE '$(_hv_regex_weak)' $$($(VC_LIST_EXCEPT))) \
1222 | grep . && \
1414 && { echo $(VERSION) | grep -E '^[0-9]+(\.[0-9]+)+$$' \
1508 for diff in $$(cd $$gl; git ls-files | grep '\.diff$$'); do \
1550 $(AM_V_GEN)grep -l -w Copyright \
1564 if ! grep '^ *export _gl_TS_headers *=' $(srcdir)/cfg.mk \
1566 && ! grep -w noinst_HEADERS $(srcdir)/$(_gl_TS_dir)/Makefile.am \
1637 grep -h -A1 '^extern .*[^;]$$' $$src \
1638 | grep -vE '^(extern |--)' | sed 's/ .*//'; \
1642 nm -e $(_gl_TS_obj_files) | sed -n 's/.* T //p'|grep -Ev -f $$t \
1650 | sort -u | grep -Ev -f $$t \