On Sun, Feb 19, 2012 at 12:34:19PM +0200, Alan Barrett wrote: > On Sun, 19 Feb 2012, Christos Zoulas wrote: > >Modified Files: > > src/sys/external/bsd/acpica/dist/include: acapps.h > > > >+#ifdef ACPI_REPRO > >+#define ACPI_DATE "1 Jan 1970" > >+#else > >+#define ACPI_DATE __DATE__ > >+#endif > > Can we use a better date here, without breaking MKREPRO? Perhaps the > date of the ACPICA code?
Sounds good to me, especially since ACPICA follows a version scheme based on the release date (i.e. the current in NetBSD is "20110623"). - Jukka.