Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77938
b: refs/heads/master
c: 8000743
h: refs/heads/master
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Sam Ravnborg committed Jan 28, 2008
1 parent 7793af0 commit 355f9dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: aa025e7d5cfbcf9f397c3d734666c91179c934d6
refs/heads/master: 800074345544ae6ec06c77b1a3f7ba032f84bd10
4 changes: 2 additions & 2 deletions trunk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1430,12 +1430,12 @@ tags: FORCE
includecheck:
find * $(RCS_FIND_IGNORE) \
-name '*.[hcS]' -type f -print | sort \
| xargs $(PERL) -w scripts/checkincludes.pl
| xargs $(PERL) -w $(srctree)/scripts/checkincludes.pl

versioncheck:
find * $(RCS_FIND_IGNORE) \
-name '*.[hcS]' -type f -print | sort \
| xargs $(PERL) -w scripts/checkversion.pl
| xargs $(PERL) -w $(srctree)/scripts/checkversion.pl

namespacecheck:
$(PERL) $(srctree)/scripts/namespace.pl
Expand Down

0 comments on commit 355f9dc

Please sign in to comment.