Home
last modified time | relevance | path

Searched refs:GITSRC (Results 1 – 1 of 1) sorted by relevance

/honee/
H A DMakefile390 GITSRC = '*.[chF]' '*.hpp' '*.cpp' '*.cxx' macro
397 -@git --no-pager grep -n -P '^$$' -- ${GITSRC} > doublelinecheck.out
401 -@git --no-pager grep -n -P '\t' -- ${GITSRC} >> checkbadSource.out;true
405 -@git --no-pager grep -n -P ' $$' -- ${GITSRC} >> checkbadSource.out;true
407 -@git --no-pager grep -n -P -e ';;' -- ${GITSRC} | grep -v ' for (' >> checkbadSource.out;true
409 …-@git --no-pager grep -n -P -e 'PetscCall\(MPI[U]*_\w*\(.*\)\);' -- ${GITSRC} | grep -Ev 'MPIU_Fil…
411 -@git --no-pager grep -n -P '\r' -- ${GITSRC} >> checkbadSource.out;true
413 -@git --no-pager grep -n -P '{SETERRQ' -- ${GITSRC} >> checkbadSource.out;true
415 -@git --no-pager grep -n -P 'SETERRQ' -- ${GITSRC} | grep ";PetscCall" >> checkbadSource.out;true
417 …-@git --no-pager grep -n -P 'SETERRQ\((?!\))' -- ${GITSRC} | grep -v PETSC_ERR | grep " if " | gr…
[all …]