From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hannes Reinecke Date: Wed, 19 Jan 2005 13:55:00 +0000 Subject: [PATCH] rearrange link order in Makefile Message-Id: <41EE66B4.9000905@suse.de> MIME-Version: 1 Content-Type: multipart/mixed; boundary="------------050305070701020003040706" List-Id: To: linux-hotplug@vger.kernel.org This is a multi-part message in MIME format. --------------050305070701020003040706 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Hi all, the link-order in the main Makefile is not quite correct (sysfs should=20 be linked after udev.a) which might cause the build to fail. Please apply. Cheers, Hannes --=20 Dr. Hannes Reinecke hare@suse.de SuSE Linux AG S390 & zSeries Maxfeldstra=DFe 5 +49 911 74053 688 90409 N=FCrnberg http://www.suse.de --------------050305070701020003040706 Content-Type: text/x-patch; name="udev-Makefile-objs.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="udev-Makefile-objs.patch" # 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 --------------050305070701020003040706-- ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ 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