File: empty.prebuild.sh

package info (click to toggle)
adanaxisgpl 1.2.5.dfsg.1-6
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 39,988 kB
  • sloc: ansic: 69,023; cpp: 65,175; ruby: 14,217; xml: 8,416; sh: 7,434; perl: 2,233; objc: 256; makefile: 154; yacc: 92
file content (27 lines) | stat: -rw-r--r-- 857 bytes parent folder | download | duplicates (6)
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
27
#!/bin/sh

##############################################################################
#
# This file contains original work by Andy Southgate.  Contact details can be
# found at http://www.mushware.com/.  This file was placed in the Public
# Domain by Andy Southgate and Mushware Limited in 2007.
#
# This software carries NO WARRANTY of any kind.
#
##############################################################################

# $Id: empty.prebuild.sh,v 1.1 2007/06/27 11:56:44 southa Exp $
# $Log: empty.prebuild.sh,v $
# Revision 1.1  2007/06/27 11:56:44  southa
# Debian packaging
#

echo 'Prebuild script (prebuild.sh) disabled for release'

# For development work re-enable the source conditioner by uncommenting
# the lines below

# Run the source conditioner if present
# if [ -e SourceConditioner.pl ];then
# perl -w SourceConditioner.pl
# fi