Magellan Linux

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

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

revision 9745 by niro, Tue Jan 10 14:13:20 2012 UTC revision 9746 by niro, Tue Jan 10 14:24:51 2012 UTC
# Line 276  kernel_headers_src_install() Line 276  kernel_headers_src_install()
276  {  {
277   cd ${SRCDIR}   cd ${SRCDIR}
278   make ARCH=${ARCH/i*86/x86} INSTALL_HDR_PATH=${BINDIR}/usr headers_install || die   make ARCH=${ARCH/i*86/x86} INSTALL_HDR_PATH=${BINDIR}/usr headers_install || die
279    
280     # clean-up unnecessary files
281     find ${BINDIR} -name .install -or -name ..install.cmd | xargs --no-run-if-empty rm -f
282  }  }
283    
284  kernel_sources_src_install()  kernel_sources_src_install()

Legend:
Removed from v.9745  
changed lines
  Added in v.9746