Update acpica release generation scripts.

Update comments and pkzip25 path.
This commit is contained in:
Robert Moore 2010-12-10 08:54:28 -08:00
parent b55e472e92
commit eda0bf9ae9
2 changed files with 14 additions and 6 deletions

View File

@ -1,12 +1,12 @@
#******************************************************************************
#
# ACPICA release generation script for Windows execution
#
# $Revision: 1.64 $
# ACPICA release generation script for Cygwin/Windows execution
#
# Requires cygwin be installed - http://www.cygwin.com
# and its /bin be *first* in your path
# Also requires pkzip25.
# and its /bin be *first* in your path.
#
# Also requires pkzip25 (free, available at ftp://ftp.onego.ru/pkzip/pkzip25.exe
# and other places - search for "pzkzip25")
#
# Execute this script from the top level ACPI source directory.
#
@ -14,7 +14,7 @@
#
#******************************************************************************
PKZIP="c:/command/pkzip.exe"
PKZIP="c:/command/pkzip25.exe"
#
# Move and preserve any previous versions of the various release packages

View File

@ -1,3 +1,11 @@
#******************************************************************************
#
# ACPICA release generation script for Cygwin/Windows execution
#
# front end for build.sh
#
#******************************************************************************
bash build.sh $1
#
# d2u: