Last change
on this file since 840 was 764, checked in by Bruno Cornec, 19 years ago |
merge -r728:763 $SVN_M/branches/stable
|
-
Property svn:executable
set to
*
-
Property svn:keywords
set to
Id
|
File size:
231 bytes
|
Line | |
---|
1 | #!/bin/bash
|
---|
2 | #
|
---|
3 | # Creates common environment
|
---|
4 | #
|
---|
5 | # $Id: common-env 764 2006-08-07 22:34:37Z bruno $
|
---|
6 | #
|
---|
7 |
|
---|
8 | # Adapt to your needs
|
---|
9 | export BASE=${HOME}/mondo
|
---|
10 | export TOPDIR=${BASE}/build
|
---|
11 | mkdir -p ${TOPDIR}
|
---|
12 | export TMPDIR=/tmp
|
---|
13 | export TMP=`mktemp -d /tmp/mondobuild.XXXXXXXXXX`
|
---|
14 |
|
---|
15 | umask 022
|
---|
Note:
See
TracBrowser
for help on using the repository browser.