source:
tt-tools/compile-busybox.sh
@
11
Last change on this file since 11 was 6, checked in by guillaume, 17 years ago | |
---|---|
|
|
File size: 147 bytes |
Rev | Line | |
---|---|---|
[6] | 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.