File: cleanup

package info (click to toggle)
libbrahe 1.3.2-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,576 kB
  • sloc: sh: 10,143; ansic: 1,289; cpp: 274; makefile: 58
file content (10 lines) | stat: -rwxr-xr-x 291 bytes parent folder | download | duplicates (9)
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