All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Reinauer <stefan.reinauer at coresystems.de>
To: devel@acpica.org
Subject: Re: [Devel] ACPICA version 20100702 released
Date: Wed, 07 Jul 2010 10:55:05 +0200	[thread overview]
Message-ID: <4C3440E9.5000004@coresystems.de> (raw)
In-Reply-To: 1278398690.4398.17.camel@minggr.sh.intel.com

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

 On 7/6/10 8:44 AM, Lin Ming wrote:
> Would you please try below patch?
>
Great! This works!

Stefan

> diff --git a/compiler/Makefile b/compiler/Makefile
> index 962ab67..c8c477b 100644
> --- a/compiler/Makefile
> +++ b/compiler/Makefile
> @@ -7,7 +7,7 @@ PROG=	iasl
>  ACPICA_SRC =    ..
>  ASL_COMPILER =  $(ACPICA_SRC)/compiler
>  ACPICA_COMMON = $(ACPICA_SRC)/common
> -ACPICA_CORE =   $(ACPICA_SRC)/components
> +ACPICA_CORE =   $(ACPICA_SRC)
>  ACPICA_TOOLS =  $(ACPICA_SRC)/tools
>  ACPICA_OSL =    $(ACPICA_SRC)/os_specific/service_layers
>  
> diff --git a/tools/acpiexec/Makefile b/tools/acpiexec/Makefile
> index b9e892a..31f2338 100644
> --- a/tools/acpiexec/Makefile
> +++ b/tools/acpiexec/Makefile
> @@ -4,9 +4,9 @@
>  
>  PROG = acpiexec
>  
> -ACPICA_SRC =    ../../../source
> +ACPICA_SRC =    ../..
>  ACPICA_COMMON = $(ACPICA_SRC)/common
> -ACPICA_CORE =   $(ACPICA_SRC)/components
> +ACPICA_CORE =   $(ACPICA_SRC)
>  ACPICA_TOOLS =  $(ACPICA_SRC)/tools
>  ACPICA_OSL =    $(ACPICA_SRC)/os_specific/service_layers
>  


             reply	other threads:[~2010-07-07  8:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-07  8:55 Stefan Reinauer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-07-06  6:44 [Devel] ACPICA version 20100702 released Lin Ming
2010-07-05 11:28 Thomas Renninger
2010-07-02 18:36 Stefan Reinauer
2010-07-02 16:48 Moore, Robert

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=4C3440E9.5000004@coresystems.de \
    --to=devel@acpica.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.