linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Hannes Reinecke <hare@suse.de>
To: linux-hotplug@vger.kernel.org
Subject: [PATCH] rearrange link order in Makefile
Date: Wed, 19 Jan 2005 13:55:00 +0000	[thread overview]
Message-ID: <41EE66B4.9000905@suse.de> (raw)

[-- 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
 

             reply	other threads:[~2005-01-19 13:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-19 13:55 Hannes Reinecke [this message]
2005-01-19 19:46 ` [PATCH] rearrange link order in Makefile 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=41EE66B4.9000905@suse.de \
    --to=hare@suse.de \
    --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).