File: clean.sh

package info (click to toggle)
ustr 1.0.4-6.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,676 kB
  • sloc: ansic: 19,041; makefile: 935; perl: 779; sh: 686; xml: 97
file content (26 lines) | stat: -rwxr-xr-x 380 bytes parent folder | download | duplicates (5)
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
#! /bin/sh

if false; then
 echo "Not reached."
elif [ -f ./ustr.pc ]; then
	doln=false
else
  echo "Not in right place, goto to the root."
  exit 1;
fi

make distclean
( cd examples;    make clean )
( cd T-installed; make clean )

# Remove arch stuff
rm -rf ,,*

if [ "x$1" = "xfull" ]; then
  rm -rf lcov-output
fi

rm -f  gmon.out
rm -f  lib-all.info
rm -f  lib-all-ustr.info