source:
tt-tools/patchs/busybox-1.9.1.clean.sh
@
9
| Last change on this file since 9 was 6, checked in by guillaume, 19 years ago | |
|---|---|
| File size: 171 bytes | |
| Rev | Line | |
|---|---|---|
| [6] | 1 | # Script de nettoyage à intégrer avec source |
| 2 | ||
| 3 | # On garde la config avant de nettoyer | |
| 4 | cp -avf .config /tmp/busybox-config | |
| 5 | make distclean | |
| 6 | mv -v /tmp/busybox-config .config |
Note: See TracBrowser
for help on using the repository browser.