Magellan Linux

Diff of /trunk/include/cmake.sminc

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

revision 9880 by niro, Sat Jan 14 01:48:34 2012 UTC revision 20976 by niro, Wed Feb 19 11:32:23 2014 UTC
# Line 155  cmake_src_compile() Line 155  cmake_src_compile()
155   mmake || die   mmake || die
156  }  }
157    
158    cmake_src_check()
159    {
160     cd ${BUILDDIR}/build
161     mmake -j1 -k check || die
162    }
163    
164  cmake_src_install()  cmake_src_install()
165  {  {
166   cd ${BUILDDIR}/build   cd ${BUILDDIR}/build
# Line 172  cmake_src_install() Line 178  cmake_src_install()
178   done   done
179  }  }
180    
181  export_inherits cmake src_prepare src_compile src_install  export_inherits cmake src_prepare src_compile src_check src_install

Legend:
Removed from v.9880  
changed lines
  Added in v.20976