~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to dbug/doinstall.sh

  • Committer: brian
  • Date: 2008-06-25 05:29:13 UTC
  • Revision ID: brian@localhost.localdomain-20080625052913-6upwo0jsrl4lnapl
clean slate

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
# Warning - first line left blank for sh/csh/ksh compatibility.  Do not
 
3
# remove it.  fnf@Unisoft
 
4
 
 
5
# doinstall.sh --- figure out environment and do recursive make with
 
6
# appropriate pathnames.  Works under SV or BSD.
 
7
 
 
8
if [ -r /usr/include/search.h ]
 
9
then
 
10
        # System V
 
11
        $* LLIB=/usr/lib
 
12
else
 
13
        # 4.2 BSD
 
14
        $* LLIB=/usr/lib/lint
 
15
fi