make checkconfig problem

From: Randy.Dunlap
Date: Thu Sep 04 2003 - 14:38:56 EST



You probably already know this...

Someone mentioned to me that 'make checkconfig' isn't working.
However, 'make checkincludes' does work.

'checkconfig' contains the string 'config', which implies to Makefile
that this is a configs-target...

Using a target named 'checkconf' works. Patch is below.
Or fix it however you like, of course.

--
~Randy


patch_name: check_targets.patch
patch_version: 2003-09-04.12:31:41
author: Randy.Dunlap <rddunlap@xxxxxxxx>
description: make checkconf so that it won't be a configs-target
product: Linux
product_versions: 2.6.0-test4


diff -Naur ./Makefile~targets ./Makefile
--- ./Makefile~targets 2003-09-04 11:06:45.000000000 -0700
+++ ./Makefile 2003-09-04 12:23:55.000000000 -0700
@@ -815,7 +815,7 @@
# Scripts to check various things for consistency
# ---------------------------------------------------------------------------

-checkconfig:
+checkconf:
find * $(RCS_FIND_IGNORE) \
-name '*.[hcS]' -type f -print | sort \
| xargs $(PERL) -w scripts/checkconfig.pl
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/