From: Alexandra Yates <alexandra.yates at linux.intel.com>
To: powertop@lists.01.org
Subject: Re: [Powertop] [PATCH] Add csstosh.sh to EXTRA_DIST
Date: Wed, 18 Jun 2014 12:26:58 -0700 [thread overview]
Message-ID: <53110.10.24.2.0.1403119618.squirrel@linux.intel.com> (raw)
In-Reply-To: 1402661259-14839-1-git-send-email-tklauser@distanz.ch
[-- Attachment #1: Type: text/plain, Size: 984 bytes --]
> Since css.h is in CLEANFILES, `make clean' will delete it and thus
> cause the build to fail afterwards due to a missing csstoh.sh to
> regenerate it. Fix this by adding csstoh.sh to EXTRA_DIST which will
> cause it to be included in the tarball.
>
> Signed-off-by: Tobias Klauser <tklauser(a)distanz.ch>
> ---
> src/Makefile.am | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/src/Makefile.am b/src/Makefile.am
> index 9d053a4..6886388 100644
> --- a/src/Makefile.am
> +++ b/src/Makefile.am
> @@ -52,3 +52,4 @@ CLEANFILES = css.h
> css.h: powertop.css
> $(SHELL) ${srcdir}/csstoh.sh ${srcdir}/powertop.css css.h
>
> +EXTRA_DIST = ${srcdir}/csstoh.sh
> --
> 1.7.9.5
>
>
> _______________________________________________
> PowerTop mailing list
> PowerTop(a)lists.01.org
> https://lists.01.org/mailman/listinfo/powertop
>
Hi Tobias,
I tested your patch in two boxes, it did the trick.
Thank you for fixing the bug.
Alexandra.
next reply other threads:[~2014-06-18 19:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-18 19:26 Alexandra Yates [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-06-13 12:07 [Powertop] [PATCH] Add csstosh.sh to EXTRA_DIST Tobias Klauser
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=53110.10.24.2.0.1403119618.squirrel@linux.intel.com \
--to=powertop@lists.01.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.