release.sh 398 B

1234567891011121314151617
  1. #!/bin/sh
  2. # Wichert: thought this might be useful :) -- Ben
  3. # run the autogen, but make sure we copy everything instead of symlinking
  4. ./autogen.sh --copy
  5. # remove CVS files
  6. rm -rf `find . -name CVS -type d`
  7. rm -f `find . -name .cvsignore -type f`
  8. # Remove any cruft files...
  9. rm -f `find . -name '*.orig' -o -name '*.rej' -o -name '*~'`
  10. # Now remove the CVS scripts
  11. rm -f autogen.sh release.sh