~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to BUILD/compile-ppc-max

  • Committer: Stewart Smith
  • Date: 2008-06-30 05:33:25 UTC
  • mfrom: (12.2.8 drizzle)
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: stewart@flamingspork.com-20080630053325-mwrv6bjaufcpvj8n
merge my work

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh
2
 
 
3
 
path=`dirname $0`
4
 
. "$path/SETUP.sh"
5
 
 
6
 
extra_flags="$ppc_cflags $fast_cflags -g"
7
 
extra_configs="$extra_configs $max_configs"
8
 
 
9
 
. "$path/FINISH.sh"