Changeset 3971

Show
Ignore:
Timestamp:
12/11/11 20:43:29 (6 months ago)
Author:
tg
Message:

mksh R40d

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/freewrt_1_0/package/mksh/Config.in

    r3970 r3971  
    1313          robust shell good for interactive and especially script use. 
    1414          mksh has UTF-8 support (in substring operations and the Emacs 
    15           editing mode) and, while R40c corresponds to OpenBSD 5.0-cur- 
     15          editing mode) and, while R40d corresponds to OpenBSD 5.0-cur- 
    1616          rent ksh (without GNU bash-like PS1 and fancy character clas- 
    1717          ses), adheres to SUSv4 and is much more robust.  The code has 
  • branches/freewrt_1_0/package/mksh/Makefile

    r3970 r3971  
    88 
    99PKG_NAME=               mksh 
    10 PKG_VERSION=            40c 
     10PKG_VERSION=            40d 
    1111PKG_RELEASE=            1 
    1212PKG_SOURCE=             ${PKG_NAME}-R${PKG_VERSION}.cpio.gz 
    13 PKG_MD5SUM=             43a79f721091833bdab3d00fbfe54a14 
     13PKG_MD5SUM=             c6428401103367730a95b99284bf47dc 
    1414 
    1515PKG_SOURCE_URL=         http://www.mirbsd.org/MirOS/dist/mir/mksh/ \ 
     
    3939            TARGET_OS=Linux \ 
    4040            HAVE_MKNOD=0 HAVE_SETLOCALE_CTYPE=0 HAVE_PERSISTENT_HISTORY=0 \ 
    41             ${BASH} Build.sh -r
     41            ${BASH} Build.sh -r -c lto
    4242        rm -rf ${WRKINST} 
    4343        mkdir -p ${WRKINST}/{bin,etc} 
  • trunk/freewrt/package/mksh/Config.in

    r3970 r3971  
    1111          robust shell good for interactive and especially script use. 
    1212          mksh has UTF-8 support (in substring operations and the Emacs 
    13           editing mode) and, while R40c corresponds to OpenBSD 5.0-cur- 
     13          editing mode) and, while R40d corresponds to OpenBSD 5.0-cur- 
    1414          rent ksh (without GNU bash-like PS1 and fancy character clas- 
    1515          ses), adheres to SUSv4 and is much more robust.  The code has 
  • trunk/freewrt/package/mksh/Makefile

    r3868 r3971  
    2222        cd ${WRKBUILD} && CC='${TARGET_CC}' CFLAGS='${TCFLAGS}' \ 
    2323            CPPFLAGS='${TCPPFLAGS}' LDFLAGS='${TLDFLAGS}' \ 
    24             TARGET_OS=${UNAME_S} ${MBSH} ${WRKSRC}/Build.sh -r 
     24            TARGET_OS=${UNAME_S} ${MBSH} ${WRKSRC}/Build.sh -r -c lto 
    2525 
    2626do-install: 
  • trunk/freewrt/package/mksh/Makefile.inc

    r3970 r3971  
    66 
    77PKG_NAME=               mksh 
    8 PKG_VERSION=            40c 
     8PKG_VERSION=            40d 
    99PKG_RELEASE=            1 
    1010DISTFILES=              ${PKG_NAME}-R${PKG_VERSION}.cpio.gz 
    11 PKG_MD5SUM=             43a79f721091833bdab3d00fbfe54a14 
     11PKG_MD5SUM=             c6428401103367730a95b99284bf47dc 
    1212 
    1313MASTER_SITES=           ${MASTER_SITE_MIRBSD:distfiles/=dist/mir/mksh/} 
  • trunk/freewrt/tools/mksh/Makefile

    r3814 r3971  
    1515        cd ${WRKBUILD} && \ 
    1616            env CC='${HOSTCC}' CFLAGS='${HOSTCFLAGS}' \ 
    17             ${BASH} Build.sh -r 
     17            ${BASH} Build.sh -r -c lto 
    1818        -cd ${WRKBUILD} && ./test.sh -v 
    1919