Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

cleanForDist 506B

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* aclocal.m4 snf-server-*