From 355f9dc67057e702e897bc2286d20952b5b63c04 Mon Sep 17 00:00:00 2001 From: Geert Uytterhoeven Date: Mon, 5 Nov 2007 11:51:44 +0100 Subject: [PATCH] --- yaml --- r: 77938 b: refs/heads/master c: 800074345544ae6ec06c77b1a3f7ba032f84bd10 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 3a9520eab2e7..2f3b936649b7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: aa025e7d5cfbcf9f397c3d734666c91179c934d6 +refs/heads/master: 800074345544ae6ec06c77b1a3f7ba032f84bd10 diff --git a/trunk/Makefile b/trunk/Makefile index d0ffbeb51942..344defd0f918 100644 --- a/trunk/Makefile +++ b/trunk/Makefile @@ -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