16 lines
366 B
Text
16 lines
366 B
Text
|
# Global sit configuration file
|
||
|
#
|
||
|
# Directory holding all the source tarballs
|
||
|
SRC_POOL=${SRC_POOL:="$HOME/src"}
|
||
|
|
||
|
# Working directory base path
|
||
|
WORKDIR_BASE=${WORKDIR_BASE:="$HOME/work"}
|
||
|
|
||
|
# Build class directory holing the sitclass
|
||
|
SCLASS_DIR=${SCLASS_DIR:="$SIT_PATH/packages"}
|
||
|
|
||
|
# basic installation directory
|
||
|
PREFIX_BASE=${PREFIX_BASE:="$HOME/bin"}
|
||
|
|
||
|
MAKEOPTS="-j2"
|