You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

cleanForDist 523B

123456789101112131415
  1. #!/bin/sh
  2. #
  3. # Script to clean the developer distribution.
  4. #
  5. # This script removes all files that can be created. After running
  6. # this script, you'd need to run 'autoreconf --install' before
  7. # running './configure'.
  8. #
  9. # Copyright (C) 2009 ARM Research Labs, LLC
  10. #
  11. ##############################################################################
  12. make distclean
  13. find . -name '*~' -exec rm {} \;
  14. find . -name Makefile.in -exec rm {} \;
  15. rm -rf config autom4te.cache configure config.h* install-sh missing aclocal.m4 snf4sa-*gz