root/trunk/debea_clean_autoconf.sh
| Revision 4, 98 bytes (checked in by zork, 1 year ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | |
| 3 | for name in common dba wxdba; do |
| 4 | cd $name; |
| 5 | make -f Makefile.cvs clean |
| 6 | cd ..; |
| 7 | done; |
Note: See TracBrowser for help on using the browser.
