source:
tt-tools/compile-busybox.sh
@
7
Last change on this file since 7 was 6, checked in by guillaume, 17 years ago | |
---|---|
|
|
File size: 147 bytes |
Line | |
---|---|
1 | #! /bin/bash |
2 | |
3 | source versions.sh |
4 | source environnement-de-cross-compilation.sh |
5 | |
6 | cd $BUSYBOX_BAS |
7 | |
8 | # Compiler busybox |
9 | make CROSS_COMPILE=$PLATEFORME- |
Note: See TracBrowser
for help on using the repository browser.