Changeset 3261

Show
Ignore:
Timestamp:
07/18/07 13:06:23 (1 year ago)
Author:
tg
Message:

upgrade to a prerelease version of mksh R30, which is even smaller in the
“extra small” (default in FreeWRT) mode – at the cost of vi editing mode
support – and has a lot of bug fixes and some new functions (even some of
the GNU bash extensions are supported)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/package/mksh/Config.in

    r3233 r3261  
    2424          Enable this to remove a few functions from mksh to make it smaller. 
    2525          Ideal for embedded systems. However, be aware you will lose some 
    26           functionality you'd otherwise expect. 
     26          functionality you'd otherwise expect, among these is the vi command 
     27          line editing mode. 
  • trunk/freewrt/package/mksh/Makefile

    r3233 r3261  
    1616 
    1717do-build: 
    18         cd ${WRKBUILD} &&
    19             CC='${TARGET_CC}' CFLAGS='${TCFLAGS}' LDFLAGS='${TLDFLAGS}' \ 
    20             CPPFLAGS='${TCPPFLAGS}'
    21             TARGET_OS=${UNAME_S} ${MBSH} ${WRKSRC}/Build.sh -d -
     18        cd ${WRKBUILD} && CC='${TARGET_CC}' CFLAGS='${TCFLAGS}'
     19            CPPFLAGS='${TCPPFLAGS}' LDFLAGS='${TLDFLAGS}' \ 
     20            HAVE_SETLOCALE_CTYPE=0
     21            TARGET_OS=${UNAME_S} ${MBSH} ${WRKSRC}/Build.sh -
    2222 
    2323do-install: 
  • trunk/freewrt/package/mksh/Makefile.inc

    r3233 r3261  
    66 
    77PKG_NAME=               mksh 
    8 PKG_VERSION=            29.
    9 PKG_RELEASE=            2 
    10 DISTFILES=            ${PKG_NAME}-R29g.cpio.gz 
     8PKG_VERSION=            29.9.2007071
     9PKG_RELEASE=            1 
     10#DISTFILES=           ${PKG_NAME}-R29g.cpio.gz 
    1111#DISTFILES=             mksh_${PKG_VERSION}.tar.gz 
    12 PKG_MD5SUM=             324ea1a4a1d2fc3e37744e48586535e1 
     12DISTFILES=              mksh-R29z20070717.cpio.gz 
     13PKG_MD5SUM=             6f6b7fa9b035e4e35255c1a9ebdabbfd 
    1314 
    1415MASTER_SITES=           ${MASTER_SITE_MIRBSD:distfiles/=dist/mir/mksh/} 
  • trunk/freewrt/tools/mksh/Makefile

    r2862 r3261  
    1515        cd ${WRKBUILD} && \ 
    1616            env CC='${HOSTCC}' CFLAGS='${HOSTCFLAGS}' \ 
    17             ${BASH} Build.sh -d -
     17            ${BASH} Build.sh -
    1818 
    1919source: fetch