mirror of
https://github.com/acpica/acpica/
synced 2025-02-11 19:14:12 +03:00
Update acpica release generation scripts.
Update comments and pkzip25 path.
This commit is contained in:
parent
b55e472e92
commit
eda0bf9ae9
@ -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
|
||||
|
@ -1,3 +1,11 @@
|
||||
#******************************************************************************
|
||||
#
|
||||
# ACPICA release generation script for Cygwin/Windows execution
|
||||
#
|
||||
# front end for build.sh
|
||||
#
|
||||
#******************************************************************************
|
||||
|
||||
bash build.sh $1
|
||||
#
|
||||
# d2u:
|
||||
|
Loading…
x
Reference in New Issue
Block a user