PKGDIR="/var/cache/mage/packages" BUILDDIR="/var/tmp/magebuild" INSTALLDB="/var/db/mage" MAGEDIR="/usr/mage" VERBOSE="off" MAGEDEBUG="off" MIRRORS="http://128.20.41.110/magellan/alx-040" RSYNC="rsync://128.20.41.110/mage-alx-cvs" # for developers or source-install only: BINDIR="${BUILDDIR}/builded" ### alx build opts ######## ARCH=i486 CHOST="i486-pc-linux-gnu" CFLAGS="-march=i486 -mtune=i686 -Os -pipe" CXXFLAGS="${CFLAGS}" SMAGE2RSYNC="rsync://192.168.0.2/smage-alx-cvs" # smage2 directories SOURCEDIR="/var/cache/mage/sources" SMAGESCRIPTSDIR="/var/cache/mage/smage" # 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