Sign in
chromium
/
chromium
/
deps
/
nasm
/
3e925ee75c6585fa50dacc8222c275da934593a4
/
.
/
test
/
get_build_isa-ltest.sh
blob: d718f19b0511ca603d824af83617e3f763a8b592 [
file
]
#!/bin/bash
:
>>
"$filelist"
if
[
-
d isa
-
l
/.
git
];
then
cd isa
-
l
git reset
--
hard
xargs
-
r rm
-
f
<
"$filelist"
make clean
else
git clone https
://
github
.
com
/
intel
/
isa
-
l
.
git isa
-
l
cd isa
-
l
fi
:
>
"$filelist"
make
-
f
Makefile
.
unx
-
j