Magellan Linux

Diff of /trunk/mage/usr/lib/mage/mage.rc.global.in

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

revision 1542 by niro, Tue Dec 20 16:01:52 2011 UTC revision 1552 by niro, Tue Dec 27 10:50:33 2011 UTC
# Line 1  Line 1 
 # $Header: /home/cvsd/magellan-cvs/magellan-src/mage/usr/lib/mage/mage.rc.global,v 1.9 2008-09-02 20:31:54 niro Exp $  
 #  
1  # mage.rc.global - global configuration file for mage  # mage.rc.global - global configuration file for mage
2  # will be overridden by /etc/mage.rc  # $Id$
3    #
4    # !! Do not edit this file, it will be overwritten on update. !!
5    # !! Use /etc/mage.rc instead to override any settings. !!
6  #  #
7    
8  ## Default locations  ## Default locations
# Line 45  SMAGE_USE_CCACHE="false" Line 46  SMAGE_USE_CCACHE="false"
46  SMAGE_USE_DISTCC="false"  SMAGE_USE_DISTCC="false"
47  MAKEOPTS="-j2"  MAKEOPTS="-j2"
48    
49    # Strip options
50    STRIP_DYN_LIB="--strip-unneeded"
51    STRIP_DYN_BIN="--strip-all"
52    STRIP_STATIC_LIB="--strip-debug"
53    
54  # Distcc specific settings  # Distcc specific settings
55  #DISTCC_HOSTS=""  #DISTCC_HOSTS=""
56  DISTCC_DIR="${BUILDDIR}/.distcc"  DISTCC_DIR="${BUILDDIR}/.distcc"

Legend:
Removed from v.1542  
changed lines
  Added in v.1552