Magellan Linux

Diff of /branches/magellan-next/include/mbuild.sminc

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

revision 9822 by niro, Tue Sep 14 16:46:32 2010 UTC revision 9823 by niro, Thu Jan 12 02:21:01 2012 UTC
# Line 13  mbuild_src_compile() Line 13  mbuild_src_compile()
13   mmake || die   mmake || die
14  }  }
15    
16    mbuild_src_check()
17    {
18     cd ${SRCDIR}
19     mmake check || die
20    }
21    
22  mbuild_src_install()  mbuild_src_install()
23  {  {
24   cd ${SRCDIR}   cd ${SRCDIR}
25   mmake DESTDIR=${BINDIR} install || die   mmake DESTDIR=${BINDIR} install || die
26    
27   local i   local i
28   for i in ABOUT-NLS AUTHORS BUGS CHANGES ChangeLog COPYING \   for i in ABOUT-NLS ANNOUNCE AUTHORS BUGS CHANGES \
29   FAQ LICENSE NEWS README TODO   ChangeLog COPYING FAQ LICENSE NEWS README TODO
30   do   do
31   if [ -f ${SRCDIR}/${i} ]   if [ -f ${SRCDIR}/${i} ]
32   then   then
# Line 29  mbuild_src_install() Line 35  mbuild_src_install()
35   done   done
36  }  }
37    
38  export_inherits mbuild src_prepare src_compile src_install  export_inherits mbuild src_prepare src_compile src_check src_install

Legend:
Removed from v.9822  
changed lines
  Added in v.9823