|
Last change
on this file since 574 was 561, checked in by bcornec, 19 years ago |
|
merge -r 542:560 $SVN_M/branches/stable
|
-
Property svn:executable
set to
*
-
Property svn:keywords
set to
Id
|
|
File size:
190 bytes
|
| Line | |
|---|
| 1 | #!/bin/bash
|
|---|
| 2 | #
|
|---|
| 3 | # Creates common environment
|
|---|
| 4 | #
|
|---|
| 5 | # $Id: common-env 561 2006-05-20 15:51:21Z bcornec $
|
|---|
| 6 | #
|
|---|
| 7 |
|
|---|
| 8 | # Adapt to your needs
|
|---|
| 9 | export BASE=${HOME}/mondo
|
|---|
| 10 | export TOPDIR=${BASE}/build
|
|---|
| 11 | mkdir -p ${TOPDIR}
|
|---|
| 12 | export TMP=${BASE}/tmp
|
|---|
| 13 | mkdir -p ${TMP}
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.