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 1612 by niro, Mon Jan 9 19:49:50 2012 UTC revision 1617 by niro, Mon Jan 9 20:13:34 2012 UTC
# Line 44  CXXFLAGS="${CFLAGS}" Line 44  CXXFLAGS="${CFLAGS}"
44  LDFLAGS="-Wl,--as-needed"  LDFLAGS="-Wl,--as-needed"
45  MAKEOPTS="-j2"  MAKEOPTS="-j2"
46    
47    # cross-compile host
48    # set this only if you want to crosscompile
49    # you need also a cross-compile toolchain installed
50    #CTARGET="i486-pc-linux-gnu"
51    
52  # Strip options  # Strip options
53  STRIP_DYN_LIB="--strip-unneeded"  STRIP_DYN_LIB="--strip-unneeded"
54  STRIP_DYN_BIN="--strip-all"  STRIP_DYN_BIN="--strip-all"
# Line 139  WGET_FETCH_OPTIONS="--passive-ftp --trie Line 144  WGET_FETCH_OPTIONS="--passive-ftp --trie
144  #          * Automatically import packages in the mage-tree after building with smage  #          * Automatically import packages in the mage-tree after building with smage
145  #          * The target mage-tree can be defined with the MAGE_TREE_DEST variable  #          * The target mage-tree can be defined with the MAGE_TREE_DEST variable
146  #          * For developers only  #          * For developers only
147    #      resume|!resume
148    #          * resumes a build from the last successful step
149    #          * Do not touch this feature, for internal use only!!
150    #          * For developers only
151  #      stepbystep|!stepbystep  #      stepbystep|!stepbystep
152  #          * Enables step-by-step execution of the smage-file for debugging  #          * Enables step-by-step execution of the smage-file for debugging
153  #          * Currently for src_pepare(), src_compile(), src_check(), src_install() functions  #          * Currently for src_pepare(), src_compile(), src_check(), src_install() functions
# Line 157  WGET_FETCH_OPTIONS="--passive-ftp --trie Line 166  WGET_FETCH_OPTIONS="--passive-ftp --trie
166  #  #
167  # 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
168  #  #
169  MAGE_FEATURES_GLOBAL=( "autosvc" "buildlog" "ccache" "check" "compressdoc" "!debug" "!distcc" "kernelsrcunpack" "!libtool" "linuxsymlink" "pkgbuild" "purge" "!qalint" "regentree" "!srcpkgbuild" "!srcpkgtarball" "!stepbystep" "strip" "!verbose" )  MAGE_FEATURES_GLOBAL=( "autosvc" "buildlog" "ccache" "check" "compressdoc" "!debug" "!distcc" "kernelsrcunpack" "!libtool" "linuxsymlink" "pkgbuild" "purge" "!qalint" "regentree" "!resume" "!srcpkgbuild" "!srcpkgtarball" "!stepbystep" "strip" "!verbose" )

Legend:
Removed from v.1612  
changed lines
  Added in v.1617