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 1648 by niro, Fri Jan 13 13:15:02 2012 UTC revision 1649 by niro, Fri Jan 13 21:04:02 2012 UTC
# Line 130  WGET_FETCH_OPTIONS="--passive-ftp --trie Line 130  WGET_FETCH_OPTIONS="--passive-ftp --trie
130  #          * like virtuals and not to be a global feature. Use this with care.  #          * like virtuals and not to be a global feature. Use this with care.
131  #          * Only disable this feature, if you know what you are doing!  #          * Only disable this feature, if you know what you are doing!
132  #          * For developers only  #          * For developers only
133    #      pkgdistrotag|!pkgdistrotag
134    #          * Appends the distribution codename-tag to the builded packages
135    #          * Do not touch this feature, for internal use only!!
136    #          * For developers only
137  #      purge|!purge  #      purge|!purge
138  #          * Purges files specified by PURGE_TARGETS array from every package build  #          * Purges files specified by PURGE_TARGETS array from every package build
139  #          * Do not touch this feature if you don't know what you are doing  #          * Do not touch this feature if you don't know what you are doing
# Line 169  WGET_FETCH_OPTIONS="--passive-ftp --trie Line 173  WGET_FETCH_OPTIONS="--passive-ftp --trie
173  #  #
174  # 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
175  #  #
176  MAGE_FEATURES_GLOBAL=( "autosvc" "buildlog" "ccache" "check" "compressdoc" "!debug" "!distcc" "kernelsrcunpack" "!libtool" "linuxsymlink" "pkgbuild" "purge" "!qalint" "regentree" "!resume" "!srcpkgbuild" "!srcpkgtarball" "!static" "!stepbystep" "strip" "!verbose" )  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" )

Legend:
Removed from v.1648  
changed lines
  Added in v.1649