File: mkswordbase

package info (click to toggle)
sword 1.7.3%2Bdfsg-9
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 12,528 kB
  • ctags: 5,477
  • sloc: cpp: 41,528; sh: 11,924; ansic: 6,450; objc: 1,362; makefile: 1,238; cs: 897; java: 821; perl: 784; pascal: 681; tcl: 350; xml: 180; python: 79
file content (16 lines) | stat: -rwxr-xr-x 321 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh
# This script was used for making loki install swordbase.tar.gz
# component.  Not likely we'll use this again, but keep around for now.
cd ..
make distclean
./usrinst.sh
make

echo
echo Please execute the following commands
echo su
echo cd ..
echo "make install; make distclean; exit"
echo ./mkswordbase2
echo