Magellan Linux

Diff of /trunk/include/cmake.sminc

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

revision 29890 by niro, Tue Oct 17 13:56:49 2017 UTC revision 29992 by niro, Fri Oct 20 06:34:55 2017 UTC
# Line 177  cmake_src_compile() Line 177  cmake_src_compile()
177   cd ${SRCDIR}   cd ${SRCDIR}
178    
179   cmake_setup_builddir || die   cmake_setup_builddir || die
180   cmake_configure || die   cmake_configure "$@" || die
181   mmake || die   mmake -C ${BUILDDIR}/build-$(mabi) || die
182  }  }
183    
184  cmake_src_check()  cmake_src_check()

Legend:
Removed from v.29890  
changed lines
  Added in v.29992