source:
tt-tools/patchs/dropbear-0.50.clean.sh
@
9
Last change on this file since 9 was 6, checked in by guillaume, 17 years ago | |
---|---|
File size: 277 bytes |
Rev | Line | |
---|---|---|
[6] | 1 | # Script de nettoyage à intégrer avec source |
2 | ||
3 | [ -e Makefile ] && make distclean >/dev/null 2>&1 | |
4 | ||
5 | rm -f conf*.sh config.log config.status .lineno \ | |
6 | libtomcrypt/Makefile libtommath/Makefile | |
7 | ||
8 | rmdir libtomcrypt/src/misc/mpi libtomcrypt/src/pk/dh libtomcrypt/src/prng 2>/dev/null |
Note: See TracBrowser
for help on using the repository browser.