* Makefile fix for udev-079
@ 2005-12-27 23:13 Brent Cook
2005-12-29 3:40 ` Kay Sievers
0 siblings, 1 reply; 2+ messages in thread
From: Brent Cook @ 2005-12-27 23:13 UTC (permalink / raw)
To: linux-hotplug
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Makefile fix for udev-079
2005-12-27 23:13 Makefile fix for udev-079 Brent Cook
@ 2005-12-29 3:40 ` Kay Sievers
0 siblings, 0 replies; 2+ messages in thread
From: Kay Sievers @ 2005-12-29 3:40 UTC (permalink / raw)
To: linux-hotplug
On Tue, Dec 27, 2005 at 05:13:00PM -0600, Brent Cook wrote:
> 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)
Applied.
Thanks,
Kay
-------------------------------------------------------
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-12-29 3:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-27 23:13 Makefile fix for udev-079 Brent Cook
2005-12-29 3:40 ` Kay Sievers
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.