Magellan Linux

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

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

revision 24 by niro, Wed Jan 5 05:08:01 2005 UTC revision 404 by niro, Fri Dec 29 22:47:14 2006 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
# Line 48  RSYNC="rsync://magellan-linux.de/mage-ix Line 48  RSYNC="rsync://magellan-linux.de/mage-ix
48  # how many jobs will be compiled at the same time.  # how many jobs will be compiled at the same time.
49  # please set this value twice to your numbers of cpus.  # please set this value twice to your numbers of cpus.
50  #MAKEOPTS=-j2  #MAKEOPTS=-j2
51    
52    # enables on-the-fly regeneration of the mage tree via smage2 files.
53    # MAGE_TREE_DEST must be also set. You should set it to the same as MAGEDIR.
54    #REGEN_MAGE_TREE=true
55    #MAGE_TREE_DEST="${MAGEDIR}"
56    
57    # creates on-the-fly source-tarballs when building packages with smage2
58    #CREATE_SRC_PKG_TARBALL=true

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