Magellan Linux

Diff of /trunk/core/klibc/klibc-1.5-r5.smage2

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

revision 13 by niro, Fri Oct 10 13:29:42 2008 UTC revision 14 by niro, Fri Oct 10 19:14:58 2008 UTC
# Line 45  src_compile() Line 45  src_compile()
45  {  {
46   cd ${SRCDIR}   cd ${SRCDIR}
47   mmake \   mmake \
48     ARCH=${ARCH/i*86/i386} \
49   mandir=/usr/share/man \   mandir=/usr/share/man \
50   libdir=/usr/$(mlibdir) \   libdir=/usr/$(mlibdir) \
51   INSTALLDIR=/usr/$(mlibdir)/klibc \   INSTALLDIR=/usr/$(mlibdir)/klibc \
# Line 60  src_install() Line 61  src_install()
61   minstalldir /usr/share/aclocal || die   minstalldir /usr/share/aclocal || die
62    
63   mmake \   mmake \
64     ARCH=${ARCH/i*86/i386} \
65   INSTALLROOT=${BINDIR} \   INSTALLROOT=${BINDIR} \
66   mandir=/usr/share/man \   mandir=/usr/share/man \
67   libdir=/usr/$(mlibdir) \   libdir=/usr/$(mlibdir) \

Legend:
Removed from v.13  
changed lines
  Added in v.14