|
Last change
on this file since 750 was 727, checked in by Bruno Cornec, 20 years ago |
|
mktemp -p is not available on old distros (mdk101, rh73, rh9) so use of TMPDIR instead)
|
-
Property svn:executable
set to
*
-
Property svn:keywords
set to
Id
|
|
File size:
204 bytes
|
| Line | |
|---|
| 1 | #!/bin/bash
|
|---|
| 2 | #
|
|---|
| 3 | # Creates common environment
|
|---|
| 4 | #
|
|---|
| 5 | # $Id: common-env 727 2006-07-30 09:58:46Z 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`
|
|---|
| 14 |
|
|---|
| 15 | umask 022
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.