Magellan Linux

Diff of /trunk/mage/etc/mage.rc.example

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

revision 1637 by niro, Mon Jan 9 19:43:15 2012 UTC revision 1638 by niro, Fri Jan 13 18:22:18 2012 UTC
# Line 63  RSYNC="rsync://magellan-linux.de/mage-ix Line 63  RSYNC="rsync://magellan-linux.de/mage-ix
63  #          * Automatically import packages in the mage-tree after building with smage  #          * Automatically import packages in the mage-tree after building with smage
64  #          * 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
65  #          * For developers only  #          * For developers only
66    #      srcpkgbuild|!srcpkgbuild
67    #          * Enable this to create source-tarballs on-the-fly when building packages
68    #          * For developers only
69    #      static|!static
70    #          * Let mconfigure() enable or disable compilation of static libraries
71    #          * For developers only
72  #      stepbystep|!stepbystep  #      stepbystep|!stepbystep
73  #          * Enables step-by-step execution of the smage-file for debugging  #          * Enables step-by-step execution of the smage-file for debugging
74  #          * Currently for src_pepare(), src_compile(), src_check(), src_install() functions  #          * Currently for src_pepare(), src_compile(), src_check(), src_install() functions
75  #          * For developers only  #          * For developers only
 #      srcpkgbuild|!srcpkgbuild  
 #          * Enable this to create source-tarballs on-the-fly when building packages  
 #          * For developers only  
76  #      strip|!strip  #      strip|!strip
77  #          * Enables stripping to remove debugging symbols of resulting binaries  #          * Enables stripping to remove debugging symbols of resulting binaries
78  #          * For developers only  #          * For developers only

Legend:
Removed from v.1637  
changed lines
  Added in v.1638