Commit Graph

24 Commits

Author SHA1 Message Date
Robert Moore 564ebf17e7 Build script: Use acpisrc-dbg instead of simply acpisrc,
Since the binary for acpisrc is generated by the build
script, there will be no digital signature in the binary,
and thus it will not execute.
2022-10-27 09:25:42 -07:00
Robert Moore 2f1c924b27 Remove aslcompiler.pdf from the binary tar
This was the only documentation in the verious tarballs. Since
each documentation file is directly available on the website,
it seems to be overkill to include this file in the binary
tarball.
2021-07-29 12:28:08 -07:00
Elyes HAOUAS 02f0ed9f44
generate/release/build.sh: Remove tabs at end of line
unnecessary  2 tabs at end of line removed
2020-09-23 21:04:10 +02:00
Robert Moore cb73949edc Build script: Remove acpinames build
Obsolete utility.
2020-05-28 13:17:40 -07:00
Robert Moore 49cfbcda31 Release: Additional change for build script
Include the *.dsw files.
2020-05-28 12:52:31 -07:00
Robert Moore e48f8b7ffc Release: Update build script for Visual Studio
Update for version 2017 of Visual Studio.
2020-05-28 12:41:35 -07:00
Robert Moore 41711e6686 Build script: Add example program makefile.
The example code is now a working program, add it to the unix
makefile tree.
2013-12-19 07:42:30 -08:00
Robert Moore 5465b066f8 Update master build file for ACPICA release packages.
Use quiet mode for dos2unix, unix2dos and pkzip25. This makes the
output of the build much easier to read.
2013-12-09 13:30:06 -08:00
Robert Moore e5db7558da ACPICA build: Include "makefile.config" in all source code packages.
This file was missing in all of the acpica source code packages because
it starts with a lower case m instead of upper case.
2013-10-05 17:55:30 -07:00
Robert Moore d6c105ae00 Update release build script for acpidump.
Add new utility to the ACPICA release script.
2013-05-03 07:48:55 -07:00
Robert Moore 37542475c8 Build script: Remove Linux makefiles from packages.
The generate/linux makefiles are obsolete and have been removed from
the unix tarball release packages. The replacement makefiles
are under generate/unix, and a top-level makefile under the main
acpica directory.
2012-07-19 14:21:27 -07:00
Robert Moore c06bf212e2 Add top-level unix Makefile for acpica tools/utilities.
For convenience, adds a new makefile at the top level acpica
directory which in turn generates the tools via the makefiles
found under generate/unix.
2012-06-29 14:23:42 -07:00
Robert Moore 139474845b Build script: Update invocation pathname for pkzip25.exe
Do not use windows/dos syntax, this can generate warnings
under cygwin.
2012-04-23 15:09:45 -07:00
Robert Moore da6cdf79da Update unix tarball packages to match ACPICA source tree.
Changes the generation of the unix source code packages to match
the directory structure of the ACPICA git source tree. Thus,
makefiles will work on both the git tree and the tarball tree.
ACPICA BZ 867.
2012-01-18 13:54:00 -08:00
Robert Moore 58e3202a47 Update acpica release build file.
Update for makefile changes.
2011-06-07 12:44:24 -07:00
Robert Moore 29f3832223 New: AcpiHelp utility.
Provides syntax for ASL operators, and input/output requirements
for predefined ACPI names (Names that start with underscore.)
2011-06-01 12:55:50 -07:00
Robert Moore 4893ebd4c0 Release build scripts: Add generic unix makefiles to all packages.
Generic unix makefiles and some other misc changes.
2011-01-27 13:59:25 -08:00
Robert Moore 84b8d0fd51 Update release script to generate unix package with dual-license.
Insert the dual-license header into the source for this package.
Requested by FreeBSD.
2011-01-12 09:44:57 -08:00
Robert Moore eda0bf9ae9 Update acpica release generation scripts.
Update comments and pkzip25 path.
2010-12-10 08:54:28 -08:00
Robert Moore 452c206f89 Update release build script.
For new test/template directory.
2010-06-11 14:58:12 -07:00
Robert Moore 6d8374fa06 Tests: Add new file with examples of extended iASL error checking.
Shows advanced error checking ability of iASL. Compiles with no errors
with ASL.
2010-04-23 09:22:19 -07:00
Robert Moore 9f920c6306 Scripts: update build.sh for new file.
Add source/tools/examples directory.
2008-11-07 13:47:12 -08:00
Robert Moore 0a913cc77d Update release build script.
Changed to reflect new location of changes.txt.
2008-08-27 13:12:30 -07:00
Robert Moore e95b64e25c New: Scripts to generate ACPICA release packages.
These scripts are intented to be executed under cygwin to generate
the various package containing the ACPICA source and binaries.
2008-08-01 13:25:10 -07:00