|
Last change
on this file since 878 was 872, checked in by Bruno Cornec, 19 years ago |
|
Fix bug #79 by removing use of SVNBRANCH and BASE variable in build process
WARNING: the build process doesn't allow anymore to use the script of one version for building another version
|
-
Property svn:executable
set to
*
-
Property svn:keywords
set to
Id
|
|
File size:
340 bytes
|
| Rev | Line | |
|---|
| [20] | 1 | #!/bin/bash
|
|---|
| 2 | #
|
|---|
| [549] | 3 | # Creates common environment
|
|---|
| [33] | 4 | #
|
|---|
| 5 | # $Id: common-env 872 2006-10-04 13:08:01Z bruno $
|
|---|
| 6 | #
|
|---|
| [20] | 7 |
|
|---|
| 8 | # Adapt to your needs
|
|---|
| [872] | 9 | d=`dirname ${TOOLHOME}`
|
|---|
| 10 | if [ _"`basename ${d}/..`" = _"trunk" ]; then
|
|---|
| 11 | BASE=${TOOLHOME}/../..
|
|---|
| 12 | else
|
|---|
| 13 | BASE=${TOOLHOME}/../../..
|
|---|
| 14 | fi
|
|---|
| 15 | export TOPDIR=${BASE}/delivery
|
|---|
| [547] | 16 | mkdir -p ${TOPDIR}
|
|---|
| [727] | 17 | export TMPDIR=/tmp
|
|---|
| [871] | 18 | export TMP=`mktemp -d $TMPDIR/mondobuild.XXXXXXXXXX`
|
|---|
| [629] | 19 |
|
|---|
| 20 | umask 022
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.