Source-Changes-HG archive

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

[src/trunk]: src/sys/external/bsd/acpica/dist/compiler Fix repro build.



details:   https://anonhg.NetBSD.org/src/rev/b18c7370e6c5
branches:  trunk
changeset: 349674:b18c7370e6c5
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Dec 18 16:34:19 2016 +0000

description:
Fix repro build.

diffstat:

 sys/external/bsd/acpica/dist/compiler/asloptions.c |  5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diffs (17 lines):

diff -r ca7b49979ca1 -r b18c7370e6c5 sys/external/bsd/acpica/dist/compiler/asloptions.c
--- a/sys/external/bsd/acpica/dist/compiler/asloptions.c        Sun Dec 18 15:32:36 2016 +0000
+++ b/sys/external/bsd/acpica/dist/compiler/asloptions.c        Sun Dec 18 16:34:19 2016 +0000
@@ -70,8 +70,13 @@
 #define ASL_TOKEN_SEPARATORS    " \t\n"
 #define ASL_SUPPORTED_OPTIONS   "@:a:b|c|d^D:e:f^gh^i|I:l^m:no|p:P^r:s|t|T+G^v^w|x:z"
 
+#ifdef ACPI_REPRO
+static char ASL_BUILD_DATE[] = "Jan 1, 1970";
+static char ASL_BUILD_TIME[] = "00:00:00";
+#else
 static char ASL_BUILD_DATE[] = __DATE__;
 static char ASL_BUILD_TIME[] = __TIME__;
+#endif
 
 
 /*******************************************************************************



Home | Main Index | Thread Index | Old Index