"llama/patches/0005-solar-pro.patch" did not exist on "f86d00cd9572868d837be5b81342c7a1d5f2e8fc"
build.sh 335 Bytes
Newer Older
longpanda's avatar
update  
longpanda committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh

DSTDIR=../../IMG/cpio/ventoy/busybox

rm -f vtchmod32 vtchmod64
rm -f $DSTDIR/vtchmod32 $DSTDIR/vtchmod64

/opt/diet32/bin/diet  gcc  -Os -m32  vtchmod.c -o  vtchmod32
/opt/diet64/bin/diet  gcc  -Os       vtchmod.c -o  vtchmod64

chmod 777 vtchmod32
chmod 777 vtchmod64

cp -a vtchmod32 $DSTDIR/
cp -a vtchmod64 $DSTDIR/