History log of /freebsd-10.3-release/usr.sbin/acpi/iasl/Makefile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 296373 04-Mar-2016 marius

- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.3.
- Update default pkg(8) configuration to use the quarterly branch.

Approved by: re (implicit)

# 284460 16-Jun-2015 jkim

MFC: r283092, r283966

Merge ACPICA 20150515.

Relnotes: yes


# 281075 04-Apr-2015 dim

MFC r272444 (by jkim):

Merge ACPICA 20140926.

MFC r278970 (by jkim):

Merge ACPICA 20141107 and 20150204.

Approved by: jkim
Relnotes: yes


# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 250838 20-May-2013 jkim

Merge ACPICA 20130517.


# 249818 23-Apr-2013 jkim

Clean up generated files added in r233250.


# 249112 04-Apr-2013 jkim

Merge ACPICA 20130328.


# 246849 15-Feb-2013 jkim

Merge ACPICA 20130214.


# 245582 18-Jan-2013 jkim

Merge ACPICA 20130117.


# 243347 20-Nov-2012 jkim

Merge ACPICA 20121114.


# 238381 11-Jul-2012 jkim

Merge ACPICA 20120711.


# 237412 22-Jun-2012 jkim

Merge ACPICA 20120620.


# 234623 23-Apr-2012 jkim

Merge ACPICA 20120420.


# 233250 20-Mar-2012 jkim

Merge ACPICA 20120320.


# 232676 08-Mar-2012 jkim

Make parallel build more safer.

Reviewed by: tijl


# 231844 16-Feb-2012 jkim

Merge ACPICA 20120215.


# 230089 13-Jan-2012 jkim

Remove unused ACPICA sources from userland makefiles.


# 229989 11-Jan-2012 jkim

Merge ACPICA 20120111.


# 228110 28-Nov-2011 jkim

Merge ACPICA 20111123.


# 220682 15-Apr-2011 jkim

Purge _USE_BERKELEY_YACC definition from Makefile. This ugly hack is no
long necessary for us since r220680.


# 220663 15-Apr-2011 jkim

Merge ACPICA 20110413.


# 218590 12-Feb-2011 jkim

Merge ACPICA 20110211.


# 217365 13-Jan-2011 jkim

Merge ACPICA 20110112. Switch to BSD/GPLv2 dual license[1].

Discussed with: core [1]


# 212761 16-Sep-2010 jkim

Merge ACPICA 20100915.


# 210976 06-Aug-2010 jkim

Merge ACPICA 20100806.


# 209746 06-Jul-2010 jkim

Merge ACPICA 20100702.


# 207344 28-Apr-2010 jkim

Merge ACPICA 20100428.


# 204773 05-Mar-2010 jkim

Merge ACPICA 20100304.


# 201390 02-Jan-2010 ed

The last big commit: let usr.sbin/ use WARNS=6 by default.


# 198237 19-Oct-2009 jkim

Merge ACPICA 20091013.


# 193531 05-Jun-2009 jkim

Import ACPICA 20090521.


# 167814 22-Mar-2007 jkim

Catch up with ACPI-CA 20070320 import.


# 151948 01-Nov-2005 jkim

Catch up with ACPI-CA 20051021 import


# 124495 13-Jan-2004 ru

- Use the standard .y and .l transformation rules -- this fixes
the usual parallel make race in custom .y rules.

- Fixed some style bugs.

- Removed -v from YFLAGS.

Prodded by: bde
Reviewed by: bde, njl


# 124388 11-Jan-2004 ru

Use my newly acquired magic stick and put aslcompiler.y.h into
SRCS to teach make(1) that many .c sources are dependent on it.
This fixes parallel (-j) builds and makes it possible to build
individual .o files separately.

While here, removed PROG from CLEANFILES -- it's taken care of
already by bsd.prog.mk.


# 118785 11-Aug-2003 njl

Remove the band-aid to make these compile on amd64/ia64.


# 118698 09-Aug-2003 marcel

Apparently I limited my testing of the ductape and bubblegum solution
to acpidb. The same problem exists in iasl. Add JIT patching there
too.
Add a comment to both makefiles to increase the chance that both
kludges are removed when a real solution is committed.


# 118616 07-Aug-2003 njl

Add the acpidb and iasl utilities. This is not yet hooked up to the build.

Obtained from: acpicatools port by Iwasaki-san