Home
last modified time | relevance | path

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

/honee/
H A DMakefile391 checkbadSource: target
393 -@${RM} -f checkbadSource.out
394 -@touch checkbadSource.out
395 …nt/check_header_guard.py --action=check --kind=pragma_once -- ./src ./include >> checkbadSource.out
396 -@echo "----- Double blank lines in file -----------------------------------" >> checkbadSource.out
398 …THON} ${PETSC_DIR}/lib/petsc/bin/maint/doublelinecheck.py doublelinecheck.out >> checkbadSource.out
400 -@echo "----- Tabs in file -------------------------------------------------" >> checkbadSource.out
401 -@git --no-pager grep -n -P '\t' -- ${GITSRC} >> checkbadSource.out;true
402 -@echo "----- Tabs in makefiles --------------------------------------------" >> checkbadSource.out
403 …-@git --no-pager grep -n -P '[ ]*[#A-Za-z0-9][ :=_A-Za-z0-9]*\t' -- makefile >> checkbadSource.ou…
[all …]
H A D.gitignore27 checkbadSource.out