Pārlūkot izejas kodu

Initial revision of cleanForDist.






git-svn-id: https://svn.microneil.com/svn/PKG-SNF4CGP-NIX/trunk@8 7ef522f6-be79-40a8-b7df-0a85b3383509
master
adeniz pirms 15 gadiem
vecāks
revīzija
e441a2cb4b
1 mainītis faili ar 15 papildinājumiem un 0 dzēšanām
  1. 15
    0
      SNF4CGP_Developer_Package/cleanForDist

+ 15
- 0
SNF4CGP_Developer_Package/cleanForDist Parādīt failu

@@ -0,0 +1,15 @@
#!/bin/sh
#
# Script to clean the developer distribution.
#
# This script removes all files that can be created. After running
# this script, you'd need to run 'autoreconf --install' before
# running './configure'.
#
# Copyright (C) 2009 ARM Research Labs, LLC
#
##############################################################################
make distclean
find . -name '*~' -exec rm {} \;
find . -name Makefile.in -exec rm {} \;
rm -rf config autom4te.cache configure config.h* aclocal.m4 snf4cgp-* CGPSNF-*

Notiek ielāde…
Atcelt
Saglabāt