buildedk.sh 271 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

rm -rf edk2-edk2-stable201911

unzip edk2-edk2-stable201911.zip

/bin/cp -a ./edk2_mod/edk2-edk2-stable201911  ./

cd edk2-edk2-stable201911
make -j 4 -C BaseTools/
longpanda's avatar
longpanda committed
11
cd ..
12

longpanda's avatar
longpanda committed
13
14
15
sh ./build.sh ia32 || exit 1
sh ./build.sh aa64 || exit 1
sh ./build.sh      || exit 1
16