annotate TVout/clean.sh @ 12909:dc8eba991005

fixes a crash and unchecked string-handling in ENCA code. Also does a bit of cleanup.
author reimar
date Wed, 28 Jul 2004 12:40:35 +0000
parents 3b5f5d1c5041
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
2 # Compile TVout tools
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
3
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
4 rm -f con2fb/con2fb
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
5
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
6 cd matroxset
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
7 make clean
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
8 cd ..
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
9
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
10 cd fbset
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
11 make clean
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
12 cd ..
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
13