Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/acpica/bin/iasl Correctly specify that iasl nee...



details:   https://anonhg.NetBSD.org/src/rev/4ce5c435e19a
branches:  trunk
changeset: 320249:4ce5c435e19a
user:      maya <maya%NetBSD.org@localhost>
date:      Thu Jun 28 07:56:22 2018 +0000

description:
Correctly specify that iasl needs to be case insensitive.

Fixes PR bin/53405. thanks to martin.

diffstat:

 external/bsd/acpica/bin/iasl/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f775fc3b6855 -r 4ce5c435e19a external/bsd/acpica/bin/iasl/Makefile
--- a/external/bsd/acpica/bin/iasl/Makefile     Thu Jun 28 06:20:36 2018 +0000
+++ b/external/bsd/acpica/bin/iasl/Makefile     Thu Jun 28 07:56:22 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2018/06/27 16:13:43 maya Exp $
+# $NetBSD: Makefile,v 1.21 2018/06/28 07:56:22 maya Exp $
 
 .if (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64")
 PROG=  iasl
@@ -264,7 +264,7 @@
 
 YHEADER=       # Generate headers
 YFLAGS+=-v     # Require debugging
-FLAGS+=-i      # Case insensitivive parser
+LFLAGS+=-i     # Case insensitivive parser
 
 
 # Prevent rules from firing.



Home | Main Index | Thread Index | Old Index