[Lunar-commits] <moonbase> iasl: Adnother gcc-4.6.1 adjustment. A bit hammerish but works.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Thu Oct 13 19:24:22 CEST 2011
commit b07d22ddc2dbedc2e48dfbb13823dc4674cea306
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Thu Oct 13 13:24:22 2011 -0400
iasl: Adnother gcc-4.6.1 adjustment. A bit hammerish but works.
---
utils/iasl/BUILD | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/utils/iasl/BUILD b/utils/iasl/BUILD
index 2755c67..daf2204 100644
--- a/utils/iasl/BUILD
+++ b/utils/iasl/BUILD
@@ -1,13 +1,14 @@
(
+ 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 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 ../acpiexec && make && mv acpiexec ../../exes/ && make clean &&
cd ../.. &&
prepare_install &&
More information about the Lunar-commits
mailing list