[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ltib] [Patch] Clean lm_sensors powerpc patch
From: |
Stuart Hughes |
Subject: |
Re: [ltib] [Patch] Clean lm_sensors powerpc patch |
Date: |
Wed, 22 Jul 2009 11:46:55 +0100 |
User-agent: |
Thunderbird 2.0.0.16 (X11/20080707) |
Hi Olivia,
Why can't dump be included for ppc/powerpc platforms, what's the problem?
Also if the explanation is okay, rather than use sed -i, I'd prefer to
apply as (untested):
perl -pi -e 's,^SRCDIRS += prog/dump,,' Makefile
The reason is that the -i option of sed is not present on some older
distros.
Regards, Stuart
Olivia Yin wrote:
Hi Stuart,
The Patch0: lm_sensors-powerpc-1.patch is not need any longer.
Since the patch is used to add comment to prog/dump directory.
In fact, it depends on the platform architecture.
We could use sed command to remove this line for powerpc/ppc/ppc64
architecture.
sed -i '/SRCDIRS += prog\/dump/d' Makefile
Best Regards,
Olivia