Magellan Linux

Annotation of /trunk/mage/etc/mage.rc.example

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24 - (hide annotations) (download)
Wed Jan 5 05:08:01 2005 UTC (19 years, 4 months ago) by niro
File size: 1492 byte(s)
mage-0.3.6-r8 import

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

Properties

Name Value
svn:executable *