linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Lightweight Patch Manager <patch@luckynet.dynu.com>
To: Linux Kernel <linux-kernel@vger.kernel.org>
Subject: [PATCH][2.5] Get modules_install correct
Date: Sat, 14 Sep 2002 23:17:17 +0000	[thread overview]
Message-ID: <20020914231717.2E1BC4@hawkeye.luckynet.adm> (raw)

--- Makefile.orig	Sat Sep 14 17:12:22 2002
+++ Makefile	Sat Sep 14 17:16:15 2002
@@ -67,7 +67,7 @@
 
 #	If we have only "make modules", don't compile built-in objects.
 
-ifeq ($(MAKECMDGOALS),modules)
+ifeq ($(subst modules_install,,$(MAKECMDGOALS)),modules)
   KBUILD_BUILTIN :=
 endif
 

-- 
Lightweight Patch Manager, without pine.
If you have any objections (apart from who I am), tell me


                 reply	other threads:[~2002-09-14 23:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20020914231717.2E1BC4@hawkeye.luckynet.adm \
    --to=patch@luckynet.dynu.com \
    --cc=linux-kernel@vger.kernel.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;
as well as URLs for NNTP newsgroup(s).