File: cleanup

package info (click to toggle)
libbrahe 1.3.2-3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,672 kB
  • sloc: sh: 10,200; ansic: 1,289; cpp: 274; makefile: 112
file content (10 lines) | stat: -rwxr-xr-x 291 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
#
#-- remove old configuration files
#
rm -f depcomp missing install-sh mkinstalldirs libtool acconfig.h
rm -f configure Makefile.in config.status config.log config.guess config.cache 
rm -f aclocal.m4 ltmain.sh config.sub
rm -rf autom4te.cache Makefile Makefile.in *.lo
#
#-- end