Magellan Linux

Diff of /smage/trunk/core/sysvinit/sysvinit-2.86-r8.smage2

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

revision 122 by niro, Thu Jan 7 09:42:41 2010 UTC revision 125 by niro, Thu Jan 7 09:50:35 2010 UTC
# Line 15  DEPEND="" Line 15  DEPEND=""
15  SRCFILE="${PNAME}-${PVER}.tar.gz"  SRCFILE="${PNAME}-${PVER}.tar.gz"
16  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18  sminclude mtools  MCORE_ONLY_KEEP="sbin/halt
19     sbin/init
20     sbin/poweroff
21     sbin/reboot
22     sbin/runlevel
23     sbin/shutdown
24     sbin/sulogin
25     sbin/telinit"
26    sminclude mtools mcore-split
27    
28  SRC_URI=(  SRC_URI=(
29   ftp://ftp.cistron.nl/pub/people/miquels/${PNAME}/${SRCFILE}   ftp://ftp.cistron.nl/pub/people/miquels/${PNAME}/${SRCFILE}
# Line 40  src_compile() Line 48  src_compile()
48   mmake -C src CFLAGS="-Wall -D_GNU_SOURCE ${CFLAGS}" || die   mmake -C src CFLAGS="-Wall -D_GNU_SOURCE ${CFLAGS}" || die
49  }  }
50    
51  src_install()  mcore_generic_src_install()
52  {  {
53   cd ${SRCDIR}   cd ${SRCDIR}
54    

Legend:
Removed from v.122  
changed lines
  Added in v.125