~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to BUILD/compile-ppc-max

  • Committer: brian
  • Date: 2008-06-29 09:22:26 UTC
  • Revision ID: brian@localhost.localdomain-20080629092226-613tcdd3bml6d2u9
Incomming patch to clean up build.

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"