mirror of
https://github.com/acpica/acpica/
synced 2025-02-20 23:44:12 +03:00
Linuxize: Move acpisrc generation from make-patch.pl to linuxize.sh.
This fix can help to generate correct linuxized patch where the version of the acpisrc is critical. Lv Zheng.
This commit is contained in:
parent
f8873db6c0
commit
a37301083f
@ -17,6 +17,11 @@ if [ ! -z "$version" ] ; then
|
||||
)
|
||||
fi
|
||||
|
||||
# Generate latest version of the acpisrc utility
|
||||
|
||||
echo "[linuxize.sh] Generate acpisrc utility from source"
|
||||
sh acpisrc.sh $git_root > /dev/null
|
||||
|
||||
rm -rf new.linux
|
||||
echo "[linuxize.sh] Coverting format (AcpiSrc)..."
|
||||
bin/acpisrc -ldqy $git_root/source new.linux > /dev/null
|
||||
|
@ -85,11 +85,6 @@ system("rm -rf $git_root; git clone $git_repo $git_root > /dev/null");
|
||||
system("cd $git_root; old_release=`git log --pretty=format:%H $old_release~1..$old_release`");
|
||||
system("cd $git_root; new_release=`git log --pretty=format:%H $new_release~1..$new_release`");
|
||||
|
||||
# Generate latest version of the acpisrc utility
|
||||
|
||||
system("echo [make-patches] Generate acpisrc utility from source");
|
||||
system("sh acpisrc.sh $git_root > /dev/null");
|
||||
|
||||
|
||||
# Create GIT log
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user