Magellan Linux

Contents of /alx-src/branches/alx-web-050/mage.rc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1600 - (show annotations) (download)
Thu Dec 2 19:56:40 2010 UTC (13 years, 4 months ago) by niro
File size: 1515 byte(s)
-import from 050
1 PKGDIR="/var/cache/mage/packages"
2 BUILDDIR="/var/tmp/magebuild"
3 INSTALLDB="/var/db/mage"
4 MAGEDIR="/usr/mage"
5 VERBOSE="off"
6 MAGEDEBUG="off"
7
8 MIRRORS="http://128.20.41.110/magellan/alx-040"
9 RSYNC="rsync://128.20.41.110/mage-alx-cvs"
10
11 # for developers or source-install only:
12 BINDIR="${BUILDDIR}/builded"
13
14 ### alx build opts ########
15 ARCH=i486
16 CHOST="i486-pc-linux-gnu"
17 CFLAGS="-march=i486 -mtune=i686 -Os -pipe"
18 CXXFLAGS="${CFLAGS}"
19 SMAGE2RSYNC="rsync://192.168.0.2/smage-alx-cvs"
20
21 # smage2 directories
22 SOURCEDIR="/var/cache/mage/sources"
23 SMAGESCRIPTSDIR="/var/cache/mage/smage"
24
25 # enable ccache support; make sure you have dev-util/ccache installed.
26 SMAGE_USE_CCACHE=true
27
28 # enable distcc support; make sure you have dev-util/distcc installed.
29 #SMAGE_USE_DISTCC=true
30
31 # you can either put your hosts here or use distcc-config,
32 # or export them into environment.
33 #DISTCC_HOSTS="192.168.0.214 192.168.0.190"
34
35 # distcc temp and state directory.
36 # when you run any distccmon-xxx you must point them to it,
37 # to be able to see any proggress.
38 # e.g.: DISTCC_DIR=/var/tmp/magebuild/.distcc distccmon-text
39 DISTCC_DIR="${BUILDDIR}/.distcc"
40
41 # set verbose/debug mode on; you should pipe this into a logfile,
42 # rather to let syslogd manage this stuff
43 #DISTCC_VERBOSE=0 # 0=off; 1=on
44
45 # place where your distcc logfile belongs.
46 # this file may get very big; be warned.
47 #DISTCC_LOG=/var/log/distcc.log
48
49 # how many jobs will be compiled at the same time.
50 # please set this value twice to your numbers of cpus.
51 MAKEOPTS=-j2