Magellan Linux

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

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

revision 1576 by niro, Wed Dec 28 10:50:26 2011 UTC revision 1577 by niro, Wed Dec 28 10:51:52 2011 UTC
# Line 329  src_prepare() Line 329  src_prepare()
329  }  }
330    
331  # dummy function, used if that does not exist in smage file  # dummy function, used if that does not exist in smage file
332  src_check()  src_compile()
333  {  {
334   echo "no src_check defined"   echo "no src_compile defined"
335   return 0   return 0
336  }  }
337    
338  # dummy function, used if that does not exist in smage file  # dummy function, used if that does not exist in smage file
339  src_compile()  src_check()
340  {  {
341   echo "no src_compile defined"   echo "no src_check defined"
342   return 0   return 0
343  }  }
344    

Legend:
Removed from v.1576  
changed lines
  Added in v.1577