annotate make/clean.sh @ 549:26c8edc8b79f

Clean should delete shared libraries, too.
author Rob Landley <rob@landley.net>
date Mon, 14 Jan 2008 22:38:23 -0600
parents 26d8033259bc
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
517
c1746b069e44 Add make.sh back, along with clean.sh and install.sh.
Rob Landley <rob@landley.net>
parents:
diff changeset
1 #!/bin/bash
c1746b069e44 Add make.sh back, along with clean.sh and install.sh.
Rob Landley <rob@landley.net>
parents:
diff changeset
2
c1746b069e44 Add make.sh back, along with clean.sh and install.sh.
Rob Landley <rob@landley.net>
parents:
diff changeset
3 source configure
c1746b069e44 Add make.sh back, along with clean.sh and install.sh.
Rob Landley <rob@landley.net>
parents:
diff changeset
4
c1746b069e44 Add make.sh back, along with clean.sh and install.sh.
Rob Landley <rob@landley.net>
parents:
diff changeset
5 # Need to figure out how much of this is needed...
549
26c8edc8b79f Clean should delete shared libraries, too.
Rob Landley <rob@landley.net>
parents: 536
diff changeset
6 $DEBUG rm -f *~ *.o *.a *.so tinycc *-tinycc *-tinycc_unstripped a.out \
536
26d8033259bc Clean shouldn't try to remove the directory "tests".
Rob Landley <rob@landley.net>
parents: 534
diff changeset
7 test[0-9] test[0-9].out \
534
c9e388620dcc Update clean for test files, have make/test.sh print a success message, change
Rob Landley <rob@landley.net>
parents: 529
diff changeset
8 libtcc_test tinycc.1 *.bin *.i ex2 core gmon.out *.exe *.lib win32/lib/*.o