This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
phyus
/
uboot-vybrid_public
ウォッチ
8
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
f2c2a937d8
ブランチ
タグ
master
phyCORE-Vybrid-PD15.1-rc1
vphyCORE-Vybrid-PD15.1-rc1
uboot-vybrid_pu...
/
board
/
MAI
/
bios_emulator
/
scitech
/
bin
/
cdit
cdit
82 B
履歴
Raw
1
2
3
4
5
6
7
8
9
10
#! /bin/sh
cd $1
PROG=$2
shift 2
rm -f *.lib *.a
$PROG $*
RET=$?
cd ..
exit $RET