Magellan Linux

Diff of /smage/trunk/include/mbuild.sminc

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

smage/branches/alx-0_6_0/include/mbuild.sminc revision 1661 by niro, Sat Jan 22 23:14:38 2011 UTC smage/trunk/include/mbuild.sminc revision 3572 by niro, Mon Jul 9 17:40:21 2012 UTC
# Line 1  Line 1 
1  # $Header: /alx-cvs/smage/include/mbuild.sminc,v 1.1 2006/03/09 22:46:31 niro Exp $  # $Id$
2  # default magellan build  # default magellan build
3    
4  mbuild_src_prepare()  mbuild_src_prepare()
# 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 -j1 -k check || die
20    }
21    
22  mbuild_src_install()  mbuild_src_install()
23  {  {
24   cd ${SRCDIR}   cd ${SRCDIR}
25   make 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.1661  
changed lines
  Added in v.3572