File: make_distn

package info (click to toggle)
sympathy 1.2.1%2Bwoking%2Bcvs%2Bgit20161222
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 892 kB
  • ctags: 894
  • sloc: ansic: 7,496; sh: 4,024; perl: 374; makefile: 123; sed: 3
file content (21 lines) | stat: -rwxr-xr-x 338 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#! /bin/sh
#
# make_distn:
#
# Copyright (c) 2008 James McKenzie <sympathy@madingley.org>,
# All rights reserved.
#
# $Id: make_distn,v 1.1 2008/02/03 16:20:24 james Exp $
#
# $Log: make_distn,v $
# Revision 1.1  2008/02/03 16:20:24  james
# *** empty log message ***
#
#
#
#
#
./maintainer/bootstrap
./configure
make dist
make distclean