File: makebinclean

package info (click to toggle)
xnc 5.0.4-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 9,672 kB
  • ctags: 13,113
  • sloc: ansic: 72,174; cpp: 50,020; sh: 4,444; makefile: 1,380; yacc: 316; sed: 16
file content (54 lines) | stat: -rwxr-xr-x 764 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
#! /bin/sh
#Clean directory structure and prepare
#project for BINARY distribution.
rm -rf ./other
rm -rf ./ftplib/files
rm -rf ./ftplib/pthreads
rm -rf ./xnewmag
rm -rf ./mai
rm -rf ./rxvt2
rm -rf ./xbitmaps
rm -rf ./jpeg
rm -rf ./image
rm -rf ./au
rm -f */*.o
rm -f */*.old
rm -f */*.out
rm -f */*~
rm -f */*.rej
rm -f */*.orig
rm -f */*.a
rm -f */*.h
rm -f */*.c
rm -f */*.cxx
rm -f */*.cache
rm -f */*.log
rm -f */*.before
rm -f */*.status
rm -f *.o
rm -f *.old
rm -f *.out
rm -f *~
rm -f *.rej
rm -f *.orig
rm -f *.a
rm -f *.h
rm -f *.cxx
rm -f *.cache
rm -f *.before
rm -f *.status
rm -f *.log
rm -f */*.in
rm -f ./*.in
rm -f ./Make.common
rm -f */*.mai
rm -f ./*.mai
rm -f ./configure
rm -f ./newcomp
rm -f ./ftplib/go
rm -f ./ftplib/fls
rm -f ./*.tar*