From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============2989172667257472448==" MIME-Version: 1.0 From: Alexandra Yates Subject: Re: [Powertop] [PATCH] powertop: update build instructions Date: Fri, 22 Aug 2014 14:08:54 -0700 Message-ID: <49498.10.7.198.163.1408741734.squirrel@linux.intel.com> In-Reply-To: CABsxX9KLKUfHjC2AJqbuomwzuhh7i08gFuKWvA-0rBA8JKzBoQ@mail.gmail.com To: powertop@lists.01.org List-ID: --===============2989172667257472448== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable > On Sun, Jul 13, 2014 at 12:26 AM, Sergey Senozhatsky > 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 >>> --- >>> 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=3D"PATCH Vn" ... Thank you, Alexandra. --===============2989172667257472448==--