PKGDIR="/var/cache/mage/packages" BUILDDIR="/var/tmp/magebuild" INSTALLDB="/var/db/mage" MAGEDIR="/usr/mage" VERBOSE="on" MAGEDEBUG="off" ARCH=i686 MIRRORS="http://magellan-linux.de/magellan" RSYNC="rsync://magellan-linux.de/mage-ix86" # for developers or source-install only: #BINDIR="${BUILDDIR}/builded" #CHOST="${ARCH}-pc-linux-gnu" #CFLAGS="-mtune=${ARCH} -O2 -pipe" #CXXFLAGS="${CFLAGS}" # smage2 directories #SOURCEDIR="/var/cache/mage/sources" #SMAGESCRIPTSDIR="/var/cache/mage/smage" #SMAGE2RSYNC="rsync://magellan-linux.de/smage-ix86" # enable ccache support; make sure you have dev-util/ccache installed. #SMAGE_USE_CCACHE=true # enable distcc support; make sure you have dev-util/distcc installed. #SMAGE_USE_DISTCC=true # you can either put your hosts here or use distcc-config, # or export them into environment. #DISTCC_HOSTS="192.168.0.214 192.168.0.190" # distcc temp and state directory. # when you run any distccmon-xxx you must point them to it, # to be able to see any proggress. # e.g.: DISTCC_DIR=/var/tmp/magebuild/.distcc distccmon-text #DISTCC_DIR="${BUILDDIR}/.distcc" # set verbose/debug mode on; you should pipe this into a logfile, # rather to let syslogd manage this stuff #DISTCC_VERBOSE=0 # 0=off; 1=on # place where your distcc logfile belongs. # this file may get very big; be warned. #DISTCC_LOG=/var/log/distcc.log # how many jobs will be compiled at the same time. # please set this value twice to your numbers of cpus. #MAKEOPTS=-j2