Magellan Linux

Diff of /tags/mage-0_4_29/etc/mage.rc.example

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

trunk/mage/etc/mage.rc.example revision 24 by niro, Wed Jan 5 05:08:01 2005 UTC tags/mage-0_4_29/etc/mage.rc.example revision 1506 by niro, Tue Aug 30 12:23:16 2011 UTC
# Line 13  RSYNC="rsync://magellan-linux.de/mage-ix Line 13  RSYNC="rsync://magellan-linux.de/mage-ix
13  # for developers or source-install only:  # for developers or source-install only:
14  #BINDIR="${BUILDDIR}/builded"  #BINDIR="${BUILDDIR}/builded"
15  #CHOST="${ARCH}-pc-linux-gnu"  #CHOST="${ARCH}-pc-linux-gnu"
16  #CFLAGS="-s -mcpu=${ARCH} -O2 -pipe"  #CFLAGS="-mtune=${ARCH} -O2 -pipe"
17  #CXXFLAGS="${CFLAGS}"  #CXXFLAGS="${CFLAGS}"
18    
19  # smage2 directories  # smage2 directories
20  #SOURCEDIR="/var/cache/mage/sources"  #SOURCEDIR="/var/cache/mage/sources"
21    #SRCPKGDIR="/var/cache/mage/packages/sources"
22  #SMAGESCRIPTSDIR="/var/cache/mage/smage"  #SMAGESCRIPTSDIR="/var/cache/mage/smage"
23  #SMAGE2RSYNC="rsync://magellan-linux.de/smage-ix86"  #SMAGE2RSYNC="rsync://magellan-linux.de/smage-ix86"
24    
# Line 48  RSYNC="rsync://magellan-linux.de/mage-ix Line 49  RSYNC="rsync://magellan-linux.de/mage-ix
49  # how many jobs will be compiled at the same time.  # how many jobs will be compiled at the same time.
50  # please set this value twice to your numbers of cpus.  # please set this value twice to your numbers of cpus.
51  #MAKEOPTS=-j2  #MAKEOPTS=-j2
52    
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    #CREATE_SRC_PKG_TARBALL=true

Legend:
Removed from v.24  
changed lines
  Added in v.1506