|
Last change
on this file since 593 was 576, checked in by bcornec, 19 years ago |
|
2.08 synced with stable as of r575
VERSION files updated
|
-
Property svn:executable
set to
*
-
Property svn:keywords
set to
Id
|
|
File size:
197 bytes
|
| Rev | Line | |
|---|
| [20] | 1 | #!/bin/bash
|
|---|
| 2 | #
|
|---|
| [576] | 3 | # Creates common environment
|
|---|
| [33] | 4 | #
|
|---|
| 5 | # $Id: common-env 576 2006-05-25 12:00:37Z bcornec $
|
|---|
| 6 | #
|
|---|
| [20] | 7 |
|
|---|
| 8 | # Adapt to your needs
|
|---|
| [33] | 9 | export BASE=${HOME}/mondo
|
|---|
| [576] | 10 | export TOPDIR=${BASE}/build
|
|---|
| 11 | mkdir -p ${TOPDIR}
|
|---|
| 12 | export TMPDIR=
|
|---|
| 13 | export TMP=`mktemp -d -p /tmp`
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.