Magellan Linux

Diff of /trunk/mage/usr/lib/mage/smage2.sh

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

revision 1590 by niro, Wed Dec 28 15:08:52 2011 UTC revision 1591 by niro, Thu Dec 29 15:15:05 2011 UTC
# Line 201  download_sources() Line 201  download_sources()
201  # dummy function, used if that does not exist in smage file  # dummy function, used if that does not exist in smage file
202  src_prepare()  src_prepare()
203  {  {
204   echo "no src_prepare defined"   + echo "no src_prepare defined; doing nothing ..."
205   return 0   return 0
206  }  }
207    
208  # dummy function, used if that does not exist in smage file  # dummy function, used if that does not exist in smage file
209  src_compile()  src_compile()
210  {  {
211   echo "no src_compile defined"   echo "no src_compile defined; doing nothing ..."
212   return 0   return 0
213  }  }
214    
215  # dummy function, used if that does not exist in smage file  # dummy function, used if that does not exist in smage file
216  src_check()  src_check()
217  {  {
218   echo "no src_check defined"   echo "no src_check defined; doing nothing ..."
219   return 0   return 0
220  }  }
221    
222  # dummy function, used if that does not exist in smage file  # dummy function, used if that does not exist in smage file
223  src_install()  src_install()
224  {  {
225   echo "no src_install defined"   echo "no src_install defined; doing nothing ..."
226   return 0   return 0
227  }  }
228    

Legend:
Removed from v.1590  
changed lines
  Added in v.1591