Magellan Linux

Diff of /branches/R11-unstable/include/multilib.sminc

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

branches/magellan-next/include/multilib.sminc revision 9756 by niro, Tue Jan 10 16:09:38 2012 UTC trunk/include/multilib.sminc revision 9934 by niro, Sun Jan 15 00:02:09 2012 UTC
# Line 449  multilib_src_compile() Line 449  multilib_src_compile()
449   mmake   mmake
450  }  }
451    
452    multilib_src_check()
453    {
454     mmake -j1 -k check || die
455    }
456    
457  multilib_src_install()  multilib_src_install()
458  {  {
459   minstall_destdir   minstall_destdir
# Line 468  multilib_src_install() Line 473  multilib_src_install()
473   done   done
474  }  }
475    
476  export_inherits multilib src_prepare src_compile src_install  export_inherits multilib src_prepare src_compile src_check src_install

Legend:
Removed from v.9756  
changed lines
  Added in v.9934