* [PATCH] rearrange link order in Makefile
@ 2005-01-19 13:55 Hannes Reinecke
2005-01-19 19:46 ` Kay Sievers
0 siblings, 1 reply; 2+ messages in thread
From: Hannes Reinecke @ 2005-01-19 13:55 UTC (permalink / raw)
To: linux-hotplug
[-- Attachment #1: Type: text/plain, Size: 334 bytes --]
Hi all,
the link-order in the main Makefile is not quite correct (sysfs should
be linked after udev.a) which might cause the build to fail.
Please apply.
Cheers,
Hannes
--
Dr. Hannes Reinecke hare@suse.de
SuSE Linux AG S390 & zSeries
Maxfeldstraße 5 +49 911 74053 688
90409 Nürnberg http://www.suse.de
[-- Attachment #2: udev-Makefile-objs.patch --]
[-- Type: text/x-patch, Size: 558 bytes --]
# This is a BitKeeper generated diff -Nru style patch.
#
# ChangeSet
# 2005/01/19 14:51:52+01:00 hare@lammermuir.suse.de
# Rearrange libraries for correct link-order
#
# Makefile
# 2005/01/19 14:51:52+01:00 hare@lammermuir.suse.de +2 -2
# Rearrange libraries for correct link-order
#
diff -Nru a/Makefile b/Makefile
--- a/Makefile 2005-01-19 14:52:53 +01:00
+++ b/Makefile 2005-01-19 14:52:53 +01:00
@@ -228,8 +228,8 @@
namedev_parse.o
OBJS = \
- libsysfs/sysfs.a \
- udev.a
+ udev.a \
+ libsysfs/sysfs.a
SYSFS = $(PWD)/libsysfs/sysfs.a
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] rearrange link order in Makefile
2005-01-19 13:55 [PATCH] rearrange link order in Makefile Hannes Reinecke
@ 2005-01-19 19:46 ` Kay Sievers
0 siblings, 0 replies; 2+ messages in thread
From: Kay Sievers @ 2005-01-19 19:46 UTC (permalink / raw)
To: linux-hotplug
On Wed, 2005-01-19 at 14:55 +0100, Hannes Reinecke wrote:
> Hi all,
>
> the link-order in the main Makefile is not quite correct (sysfs should
> be linked after udev.a) which might cause the build to fail.
>
> Please apply.
I've applied it to my tree.
Thanks,
Kay
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
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-01-19 19:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-19 13:55 [PATCH] rearrange link order in Makefile Hannes Reinecke
2005-01-19 19:46 ` Kay Sievers
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).