Magellan Linux

Annotation of /trunk/bootstrap/mage-src/mage.rc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 165 - (hide annotations) (download)
Fri Jul 29 14:16:38 2005 UTC (18 years, 10 months ago) by niro
File size: 620 byte(s)
whitespaces and this file may be depricated soon

1 niro 163 PKGDIR="/var/cache/mage/packages"
2 niro 155 BUILDDIR="/var/tmp/magebuild"
3     INSTALLDB="/var/db/mage"
4     MAGEDIR="/usr/mage"
5     VERBOSE="on"
6     MAGEDEBUG="off"
7     ARCH=i686
8    
9 niro 163 MIRRORS="http://192.168.0.2/magellan-050"
10     RSYNC="rsync://192.168.0.2/mage-cvs"
11 niro 155
12    
13 niro 165 # for developers only
14 niro 163 BINDIR="${BUILDDIR}/builded"
15     CHOST="i686-pc-linux-gnu"
16     CFLAGS="-mtune=i686 -O2 -pipe"
17     CXXFLAGS="${CFLAGS}"
18 niro 155
19 niro 165 # smage2 directories
20 niro 163 SOURCEDIR="/var/cache/mage/sources"
21     SMAGESCRIPTSDIR="/var/cache/mage/smage"
22     SMAGE2RSYNC="rsync://192.168.0.2/smage-cvs"
23    
24 niro 165 # distcc & ccache setup
25 niro 163 SMAGE_USE_DISTCC=false
26     SMAGE_USE_CCACHE=false
27     DISTCC_DIR="${BUILDDIR}/.distcc"
28     MAKEOPTS="-j2"

Properties

Name Value
svn:executable *