Magellan Linux

Diff of /branches/mage-next/usr/lib/mage/mage.rc.global.in

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

revision 2044 by niro, Fri Feb 1 10:26:33 2013 UTC revision 2173 by niro, Thu Aug 15 08:59:24 2013 UTC
# Line 55  STRIP_DYN_BIN="--strip-all" Line 55  STRIP_DYN_BIN="--strip-all"
55  STRIP_STATIC_LIB="--strip-debug"  STRIP_STATIC_LIB="--strip-debug"
56    
57  # Extension defaults  # Extension defaults
58  #  Do not modify these settings unless you know what you are doing  # Do not modify these settings unless you know what you are doing
59  PKGSUFFIX="mpk"  PKGSUFFIX="mpk"
60  SRCPKGSUFFIX="mpks"  SRCPKGSUFFIX="mpks"
61  MAGESUFFIX="mage"  MAGESUFFIX="mage"
# Line 116  WGET_FETCH_OPTIONS="--passive-ftp --trie Line 116  WGET_FETCH_OPTIONS="--passive-ftp --trie
116  #          * Enable distcc support in smage  #          * Enable distcc support in smage
117  #          * distcc must be installed to use this feature  #          * distcc must be installed to use this feature
118  #          * For developers only  #          * For developers only
119    #      icecc|!icecc
120    #          * Enable icecc support in smage
121    #          * icecream must be installed to use this feature
122    #          * For developers only
123  #      kernelsrcunpack|!kernelsrcunpack  #      kernelsrcunpack|!kernelsrcunpack
124  #          * Automatically unpacks any kernel-source tarballs to /usr/src  #          * Automatically unpacks any kernel-source tarballs to /usr/src
125  #      libtool|!libtool  #      libtool|!libtool
# Line 173  WGET_FETCH_OPTIONS="--passive-ftp --trie Line 177  WGET_FETCH_OPTIONS="--passive-ftp --trie
177  #  #
178  # To individually change these features within a smage file, you can use the msetfeature() function  # To individually change these features within a smage file, you can use the msetfeature() function
179  #  #
180  MAGE_FEATURES_GLOBAL=( "autosvc" "buildlog" "ccache" "check" "compressdoc" "!debug" "!distcc" "kernelsrcunpack" "!libtool" "linuxsymlink" "pkgbuild" "!pkgdistrotag" "purge" "!qalint" "regentree" "!resume" "!srcpkgbuild" "!srcpkgtarball" "!static" "!stepbystep" "strip" "!verbose" )  MAGE_FEATURES_GLOBAL=( "autosvc" "buildlog" "ccache" "check" "compressdoc" "!debug" "!distcc" "!icecc" "kernelsrcunpack" "!libtool" "linuxsymlink" "pkgbuild" "!pkgdistrotag" "purge" "!qalint" "regentree" "!resume" "!srcpkgbuild" "!srcpkgtarball" "!static" "!stepbystep" "strip" "!verbose" )

Legend:
Removed from v.2044  
changed lines
  Added in v.2173