mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Randy.Dunlap" <rddunlap@osdl.org>
To: lkml <linux-kernel@vger.kernel.org>
Cc: sam@ravnborg.org, kai.germaschewski@gmx.de, cherry@osdl.org
Subject: make checkconfig problem
Date: Thu, 4 Sep 2003 12:34:52 -0700	[thread overview]
Message-ID: <20030904123452.62dd732e.rddunlap@osdl.org> (raw)


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@osdl.org>
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

             reply	other threads:[~2003-09-04 19:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-04 19:34 Randy.Dunlap [this message]
2003-09-04 20:27 ` Sam Ravnborg
2003-09-05  0:56   ` Randy.Dunlap

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030904123452.62dd732e.rddunlap@osdl.org \
    --to=rddunlap@osdl.org \
    --cc=cherry@osdl.org \
    --cc=kai.germaschewski@gmx.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sam@ravnborg.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®