* Re: [Powertop] [PATCH] powertop: update build instructions
@ 2014-07-13 7:26 Sergey Senozhatsky
0 siblings, 0 replies; 4+ messages in thread
From: Sergey Senozhatsky @ 2014-07-13 7:26 UTC (permalink / raw)
To: powertop
[-- Attachment #1: Type: text/plain, Size: 1086 bytes --]
On (07/13/14 12:06), Mohammad Merajul Islam Molla wrote:
> update powertop build instuctions in README file.
>
> Signed-off-by: Mohammad Merajul Islam Molla <meraj.enigma(a)gmail.com>
> ---
> README | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/README b/README
> index cd38cc5..efe95c3 100644
> --- a/README
> +++ b/README
> @@ -2,9 +2,10 @@
> ------------------------------
>
> To build and install PowerTOP type the following commands,
> - ./configure
> - ./make
> - ./make install
> + autoreconf -sfi
we have autogen.sh to deal with autoreconf. let's recommend to use
it instead of direct autoreconf.
-ss
> + ./configure
> + make
> + sudo make install
>
> Note: For Android (running Intel Architecture ) there is a Android.mk
> that was provided by community members, and at this time is supported
> --
> 1.9.1
>
> _______________________________________________
> PowerTop mailing list
> PowerTop(a)lists.01.org
> https://lists.01.org/mailman/listinfo/powertop
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Powertop] [PATCH] powertop: update build instructions
@ 2014-08-22 21:08 Alexandra Yates
0 siblings, 0 replies; 4+ messages in thread
From: Alexandra Yates @ 2014-08-22 21:08 UTC (permalink / raw)
To: powertop
[-- Attachment #1: Type: text/plain, Size: 1902 bytes --]
> On Sun, Jul 13, 2014 at 12:26 AM, Sergey Senozhatsky
> <sergey.senozhatsky(a)gmail.com> wrote:
>> On (07/13/14 12:06), Mohammad Merajul Islam Molla wrote:
>>> update powertop build instuctions in README file.
>>>
>>> Signed-off-by: Mohammad Merajul Islam Molla <meraj.enigma(a)gmail.com>
>>> ---
>>> README | 7 ++++---
>>> 1 file changed, 4 insertions(+), 3 deletions(-)
>>>
>>> diff --git a/README b/README
>>> index cd38cc5..efe95c3 100644
>>> --- a/README
>>> +++ b/README
>>> @@ -2,9 +2,10 @@
>>> ------------------------------
>>>
>>> To build and install PowerTOP type the following commands,
>>> - ./configure
>>> - ./make
>>> - ./make install
>>> + autoreconf -sfi
>>
>> we have autogen.sh to deal with autoreconf. let's recommend to use
>> it instead of direct autoreconf.
>
> These instructions are currently correct when people download the
> published tarballs, and this change would make them incorrect, or
> unnecessarily make people rerun autoconf & friends at the least.
>
> I suggest you document both build cases, e.g. some text for people who
> build from git sources, vs. those folks who do distribution
> integration and never build from git.
>
> Cheers,
>
> Auke
> _______________________________________________
> PowerTop mailing list
> PowerTop(a)lists.01.org
> https://lists.01.org/mailman/listinfo/powertop
>
Hi Mohammad,
Please send the updated readme patch to match Auke's feedback: "... I
suggest you document both build cases, e.g. some text for people who build
from git sources, vs. those folks who do distribution integration and
never build from git...".
Please create your patches editing your subject prefix and the version
number of this patch. That facilitate accepting your patches.
git format-patch --cover-letter --subject-prefix="PATCH Vn" ...
Thank you,
Alexandra.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Powertop] [PATCH] powertop: update build instructions
@ 2014-07-14 19:55 Kok, Auke-jan H
0 siblings, 0 replies; 4+ messages in thread
From: Kok, Auke-jan H @ 2014-07-14 19:55 UTC (permalink / raw)
To: powertop
[-- Attachment #1: Type: text/plain, Size: 1199 bytes --]
On Sun, Jul 13, 2014 at 12:26 AM, Sergey Senozhatsky
<sergey.senozhatsky(a)gmail.com> wrote:
> On (07/13/14 12:06), Mohammad Merajul Islam Molla wrote:
>> update powertop build instuctions in README file.
>>
>> Signed-off-by: Mohammad Merajul Islam Molla <meraj.enigma(a)gmail.com>
>> ---
>> README | 7 ++++---
>> 1 file changed, 4 insertions(+), 3 deletions(-)
>>
>> diff --git a/README b/README
>> index cd38cc5..efe95c3 100644
>> --- a/README
>> +++ b/README
>> @@ -2,9 +2,10 @@
>> ------------------------------
>>
>> To build and install PowerTOP type the following commands,
>> - ./configure
>> - ./make
>> - ./make install
>> + autoreconf -sfi
>
> we have autogen.sh to deal with autoreconf. let's recommend to use
> it instead of direct autoreconf.
These instructions are currently correct when people download the
published tarballs, and this change would make them incorrect, or
unnecessarily make people rerun autoconf & friends at the least.
I suggest you document both build cases, e.g. some text for people who
build from git sources, vs. those folks who do distribution
integration and never build from git.
Cheers,
Auke
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Powertop] [PATCH] powertop: update build instructions
@ 2014-07-13 6:06 Mohammad Merajul Islam Molla
0 siblings, 0 replies; 4+ messages in thread
From: Mohammad Merajul Islam Molla @ 2014-07-13 6:06 UTC (permalink / raw)
To: powertop
[-- Attachment #1: Type: text/plain, Size: 701 bytes --]
update powertop build instuctions in README file.
Signed-off-by: Mohammad Merajul Islam Molla <meraj.enigma(a)gmail.com>
---
README | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/README b/README
index cd38cc5..efe95c3 100644
--- a/README
+++ b/README
@@ -2,9 +2,10 @@
------------------------------
To build and install PowerTOP type the following commands,
- ./configure
- ./make
- ./make install
+ autoreconf -sfi
+ ./configure
+ make
+ sudo make install
Note: For Android (running Intel Architecture ) there is a Android.mk
that was provided by community members, and at this time is supported
--
1.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-08-22 21:08 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-13 7:26 [Powertop] [PATCH] powertop: update build instructions Sergey Senozhatsky
-- strict thread matches above, loose matches on Subject: below --
2014-08-22 21:08 Alexandra Yates
2014-07-14 19:55 Kok, Auke-jan H
2014-07-13 6:06 Mohammad Merajul Islam Molla
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.