Annotation of /trunk/mage/etc/mage.rc.example
Parent Directory | Revision Log
Revision 405 -
(hide annotations)
(download)
Fri Dec 29 23:37:07 2006 UTC (17 years, 10 months ago) by niro
File size: 1835 byte(s)
Fri Dec 29 23:37:07 2006 UTC (17 years, 10 months ago) by niro
File size: 1835 byte(s)
added --src-tarball functionality
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 | niro | 84 | #CFLAGS="-mtune=${ARCH} -O2 -pipe" |
17 | niro | 24 | #CXXFLAGS="${CFLAGS}" |
18 | |||
19 | # smage2 directories | ||
20 | #SOURCEDIR="/var/cache/mage/sources" | ||
21 | niro | 405 | #SRCPKGDIR="/var/cache/mage/packages/sources" |
22 | niro | 24 | #SMAGESCRIPTSDIR="/var/cache/mage/smage" |
23 | #SMAGE2RSYNC="rsync://magellan-linux.de/smage-ix86" | ||
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 | ||
52 | niro | 404 | |
53 | # enables on-the-fly regeneration of the mage tree via smage2 files. | ||
54 | # MAGE_TREE_DEST must be also set. You should set it to the same as MAGEDIR. | ||
55 | #REGEN_MAGE_TREE=true | ||
56 | #MAGE_TREE_DEST="${MAGEDIR}" | ||
57 | |||
58 | # creates on-the-fly source-tarballs when building packages with smage2 | ||
59 | niro | 405 | #CREATE_SRC_PKG_TARBALL=true |
Properties
Name | Value |
---|---|
svn:executable | * |