All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hans de Goede <j.w.r.degoede@hhs.nl>
To: lm-sensors@vger.kernel.org
Subject: [lm-sensors] PATCH: fix building of 3.0.0-rc3 on powerpc and other
Date: Sat, 17 Nov 2007 11:16:32 +0000	[thread overview]
Message-ID: <473ECD90.5090603@hhs.nl> (raw)

[-- Attachment #1: Type: text/plain, Size: 210 bytes --]

Hi All,

I just build 3.0.0-rc3 for Fedora's devel branch and it needs the attached 
patch to compile on powerpc.

I've not committed this to svn as I'm not sure this is the best way todo this.

Regards,

Hans

[-- Attachment #2: lm_sensors-3.0.0-rc3-ppc-build.patch --]
[-- Type: text/x-patch, Size: 653 bytes --]

diff -up lm_sensors-3.0.0-rc3/prog/dump/Module.mk~ lm_sensors-3.0.0-rc3/prog/dump/Module.mk
--- lm_sensors-3.0.0-rc3/prog/dump/Module.mk~	2007-11-17 11:56:31.000000000 +0100
+++ lm_sensors-3.0.0-rc3/prog/dump/Module.mk	2007-11-17 11:56:31.000000000 +0100
@@ -59,7 +59,10 @@ install-prog-dump: all-prog-dump
 	$(MKDIR) $(DESTDIR)$(SBINDIR) $(DESTDIR)$(PROGDUMPMAN8DIR)
 	$(INSTALL) -m 755 $(PROGDUMPBININSTALL) $(DESTDIR)$(SBINDIR)
 	$(INSTALL) -m 644 $(PROGDUMPMAN8FILES) $(DESTDIR)$(PROGDUMPMAN8DIR)
+
+ifneq (,$(findstring $(MACHINE), i386 i486 i586 i686 x86_64))
 user_install :: install-prog-dump
+endif
 
 user_uninstall::
 	$(RM) $(REMOVEDUMPBIN)

[-- Attachment #3: Type: text/plain, Size: 153 bytes --]

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

             reply	other threads:[~2007-11-17 11:16 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-17 11:16 Hans de Goede [this message]
2007-11-18 17:12 ` [lm-sensors] PATCH: fix building of 3.0.0-rc3 on powerpc and Jean Delvare
2007-11-21 18:28 ` Jean Delvare
2007-11-21 18:53 ` Hans de Goede
2007-11-21 20:46 ` Hans de Goede
2007-11-22 20:09 ` Jean Delvare
2007-11-23 19:52 ` Hans de Goede
2007-11-24  9:31 ` Jean Delvare

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=473ECD90.5090603@hhs.nl \
    --to=j.w.r.degoede@hhs.nl \
    --cc=lm-sensors@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 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.