linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Brent Cook <busterbcook@yahoo.com>
To: linux-hotplug@vger.kernel.org
Subject: Makefile fix for udev-079
Date: Tue, 27 Dec 2005 23:13:00 +0000	[thread overview]
Message-ID: <200512271713.00477.busterbcook@yahoo.com> (raw)

The Makefile for udev appears to have a missing dependency that breaks '-j2' 
builds. The following patch corrects the problem:

--- udev-079/Makefile   2005-12-22 17:51:30.000000000 -0600
+++ udev-079.new/Makefile       2005-12-27 17:06:31.000000000 -0600
@@ -211,7 +211,7 @@
 .SUFFIXES:

 # build the objects
-%.o: %.c $(GEN_HEADERS)
+%.o: %.c $(HOST_PROGS) $(GEN_HEADERS)
        $(QUIET) $(CC) -c $(CFLAGS) $< -o $@

 # "Static Pattern Rule" to build all programs


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id\x16865&op=click
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

             reply	other threads:[~2005-12-27 23:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-27 23:13 Brent Cook [this message]
2005-12-29  3:40 ` Makefile fix for udev-079 Kay Sievers

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=200512271713.00477.busterbcook@yahoo.com \
    --to=busterbcook@yahoo.com \
    --cc=linux-hotplug@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).