[Lunar-commits] <moonbase> iasl: updated to 20120420

Zbigniew Luszpinski zbiggy at lunar-linux.org
Thu May 10 20:28:34 CEST 2012


commit a4e41e9b417ea15521d27783f2d4381e5ced215a
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Thu May 10 20:28:34 2012 +0200

    iasl: updated to 20120420
---
 utils/iasl/BUILD   |   22 +++++++---------------
 utils/iasl/DETAILS |    6 +++---
 2 files changed, 10 insertions(+), 18 deletions(-)

diff --git a/utils/iasl/BUILD b/utils/iasl/BUILD
index daf2204..efddf23 100644
--- a/utils/iasl/BUILD
+++ b/utils/iasl/BUILD
@@ -1,20 +1,12 @@
 (
 
-  for i in `find -name Makefile -print | cut -c 3-`; do sedit "s:-Werror::g" $i;done &&
-  # Have to "make clean" to make all executables compile, so have to
-  # move each executable out of the way before it is deleted by "make clean"!
-  mkdir exes &&
-  cd compiler          && 
-  make && mv iasl          ../exes/ && make clean &&
-  cd ../tools/acpinames && make && mv acpinames   ../../exes/ && make clean &&
-  cd ../acpisrc  && make && mv acpisrc    ../../exes/ && make clean &&
-  cd ../acpixtract     && make && mv acpixtract ../../exes/ && make clean &&
-  cd ../.. &&
-
+  cd generate/unix &&
+  if [ `arch` == "x86_64" ] ; then
+     make BITS=64
+  else
+     make BITS=32
+  fi &&
   prepare_install &&
-
-  install -m 755 exes/*       /usr/bin/ &&
-
-  gather_docs changes.txt
+  make install
 
 ) > $C_FIFO 2>&1
diff --git a/utils/iasl/DETAILS b/utils/iasl/DETAILS
index 1111d91..835fff2 100644
--- a/utils/iasl/DETAILS
+++ b/utils/iasl/DETAILS
@@ -1,12 +1,12 @@
             MODULE=iasl
-           VERSION=20111123
+           VERSION=20120420
             SOURCE=acpica-unix-$VERSION.tar.gz
   SOURCE_DIRECTORY=$BUILD_DIRECTORY/acpica-unix-$VERSION
         SOURCE_URL=http://www.acpica.org/download
-        SOURCE_VFY=sha1:5dbdf9a686fcaf558c273bf9f14344e9a9de3c0d
+        SOURCE_VFY=sha1:04ff57b24d6577a518c7a3e0eb4aec7c88f0a276
           WEB_SITE=http://www.acpica.org
            ENTERED=20071004
-           UPDATED=20111128
+           UPDATED=20120428
            LICENSE="other"
              SHORT="Intel ACPI build environment"
 


More information about the Lunar-commits mailing list