mirror of
https://github.com/acpica/acpica/
synced 2025-02-24 01:14:46 +03:00
Update ACPICA build instructions
Release build instruction file.
This commit is contained in:
parent
654c11f3d4
commit
1f78b218f4
@ -110,19 +110,21 @@ Build Unix versions of all software and utilities
|
|||||||
generate/unix/make clean
|
generate/unix/make clean
|
||||||
generate/unix/make
|
generate/unix/make
|
||||||
|
|
||||||
|
NOTE: The following steps are obsolete, not used, but this is how to do it:
|
||||||
|
Generate sizes for the acpica library from generate/release/size.bat
|
||||||
|
Note: This step uses MS dumpbin(link) which is a part of the VC package.
|
||||||
|
It might not work unless the environment variables are set correctly.
|
||||||
|
Execute VC/vcvarsall.bat from the command line if necessary.
|
||||||
|
Sizes appear in the files size_rel.txt and size_dbg.txt
|
||||||
|
Integrate code/data and debug/nodebug sizes into the release notes.
|
||||||
|
|
||||||
Write the release notes
|
Write the release notes
|
||||||
Generate sizes for the acpica library from generate/release/size.bat
|
|
||||||
Note: This step uses MS dumpbin(link) which is a part of the VC package.
|
|
||||||
It might not work unless the environment variables are set correctly.
|
|
||||||
Execute VC/vcvarsall.bat from the command line if necessary.
|
|
||||||
Sizes appear in the files size_rel.txt and size_dbg.txt
|
|
||||||
Integrate code/data and debug/nodebug sizes into the release notes.
|
|
||||||
Add the release notes to the documents/changes.txt document via Word.
|
Add the release notes to the documents/changes.txt document via Word.
|
||||||
Note: From Word, use "Save As", then check the "MS-DOS" and
|
Note: From Word, use "Save As", then check the "MS-DOS" and
|
||||||
"Insert line breaks" boxes before saving.
|
"Insert line breaks" boxes before saving.
|
||||||
|
|
||||||
Checkin documents/changes.txt
|
Checkin documents/changes.txt, message "Logfile: Changes for version yyyymmdd"
|
||||||
Checkin the new version number, source/include/acpixf.h
|
Checkin the new version number, source/include/acpixf.h "Update version to yyyymmdd"
|
||||||
Git push everything
|
Git push everything
|
||||||
|
|
||||||
Tag the version file with a name of the form Rmm_dd_yy
|
Tag the version file with a name of the form Rmm_dd_yy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user