Skip to content
Snippets Groups Projects
Commit f90737ac authored by Christian Engwer's avatar Christian Engwer
Browse files

improved sourcescheck

[[Imported from SVN: r3013]]
parent 01c5452a
No related branches found
No related tags found
No related merge requests found
......@@ -8,9 +8,9 @@ sourcescheck: sourcescheck-recursive
sourcescheck-am:
@(for f in $(sourcescheck_LIST); do echo $$f; done) | \
grep [hc][hc]$$ | sort | uniq > header_CHECK.install
grep '\.[hc][hc]$$' | sort | uniq > header_CHECK.install
@ls | \
grep [hc][hc]$$ | sort | uniq > header_CHECK.present
grep '\.[hc][hc]$$' | sort | uniq > header_CHECK.present
@RESULT=0; \
if diff header_CHECK.* | grep ^[\<\>] -q; then \
echo "==== WARNING ===="; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment