Magellan Linux

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

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

revision 1542 by niro, Tue Dec 20 16:01:52 2011 UTC revision 1543 by niro, Tue Dec 20 16:06:13 2011 UTC
# Line 45  SMAGE_USE_CCACHE="false" Line 45  SMAGE_USE_CCACHE="false"
45  SMAGE_USE_DISTCC="false"  SMAGE_USE_DISTCC="false"
46  MAKEOPTS="-j2"  MAKEOPTS="-j2"
47    
48    # Strip options
49    STRIP_DYN_LIB="--strip-unneeded"
50    STRIP_DYN_BIN="--strip-all"
51    STRIP_STATIC_LIB="--strip-debug"
52    
53  # Distcc specific settings  # Distcc specific settings
54  #DISTCC_HOSTS=""  #DISTCC_HOSTS=""
55  DISTCC_DIR="${BUILDDIR}/.distcc"  DISTCC_DIR="${BUILDDIR}/.distcc"

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