File: support.sh

package info (click to toggle)
buici-clock 0.4.9.4%2Bnmu2
  • links: PTS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 1,088 kB
  • sloc: cpp: 4,991; makefile: 371; sh: 225; yacc: 175; lex: 127
file content (21 lines) | stat: -rwxr-xr-x 759 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/sh
echo "Build dump for Buici"
echo '$Id: support.sh,v 1.3 1998/10/26 19:03:44 elf Exp $'
echo "Please send this data to elf@debian.org if you are having problems."
echo "You can use a command link this to do it:"
echo '  sh support.sh | mail -s "Support Log" elf@debian.org'
echo '============================================'
echo "Report from " ` whoami` on `hostname` of `domainname` on `date`
uname -a
gcc --version
nm --version
./configure
echo '============================================'
cat config.log
echo '============================================'
make
echo '============================================'
cat config.h
echo '============================================'
cat Makefile
echo '============================================'