File: MAKE_TGZ

package info (click to toggle)
gbindadmin 0.1.5-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,168 kB
  • ctags: 450
  • sloc: ansic: 5,934; sh: 3,607; makefile: 182
file content (17 lines) | stat: -rwxr-xr-x 243 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh

version='0.1.5'

beta=''

make clean
rm -f config.cache
rm -f Makefile
rm -f config.h
rm -f config.log
rm -f config.status
rm -f *.bak
rm -f stamp*
rm -f po/*.gmo
cd ..
tar -hzcvf gbindadmin-$version$beta.tar.gz gbindadmin-$version