Changeset 3971
- Timestamp:
- 12/11/11 20:43:29 (6 months ago)
- Files:
-
- branches/freewrt_1_0/package/mksh/Config.in (modified) (1 diff)
- branches/freewrt_1_0/package/mksh/Makefile (modified) (2 diffs)
- trunk/freewrt/package/mksh/Config.in (modified) (1 diff)
- trunk/freewrt/package/mksh/Makefile (modified) (1 diff)
- trunk/freewrt/package/mksh/Makefile.inc (modified) (1 diff)
- trunk/freewrt/tools/mksh/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/freewrt_1_0/package/mksh/Config.in
r3970 r3971 13 13 robust shell good for interactive and especially script use. 14 14 mksh has UTF-8 support (in substring operations and the Emacs 15 editing mode) and, while R40 ccorresponds to OpenBSD 5.0-cur-15 editing mode) and, while R40d corresponds to OpenBSD 5.0-cur- 16 16 rent ksh (without GNU bash-like PS1 and fancy character clas- 17 17 ses), adheres to SUSv4 and is much more robust. The code has branches/freewrt_1_0/package/mksh/Makefile
r3970 r3971 8 8 9 9 PKG_NAME= mksh 10 PKG_VERSION= 40 c10 PKG_VERSION= 40d 11 11 PKG_RELEASE= 1 12 12 PKG_SOURCE= ${PKG_NAME}-R${PKG_VERSION}.cpio.gz 13 PKG_MD5SUM= 43a79f721091833bdab3d00fbfe54a1413 PKG_MD5SUM= c6428401103367730a95b99284bf47dc 14 14 15 15 PKG_SOURCE_URL= http://www.mirbsd.org/MirOS/dist/mir/mksh/ \ … … 39 39 TARGET_OS=Linux \ 40 40 HAVE_MKNOD=0 HAVE_SETLOCALE_CTYPE=0 HAVE_PERSISTENT_HISTORY=0 \ 41 ${BASH} Build.sh -r )41 ${BASH} Build.sh -r -c lto) 42 42 rm -rf ${WRKINST} 43 43 mkdir -p ${WRKINST}/{bin,etc} trunk/freewrt/package/mksh/Config.in
r3970 r3971 11 11 robust shell good for interactive and especially script use. 12 12 mksh has UTF-8 support (in substring operations and the Emacs 13 editing mode) and, while R40 ccorresponds to OpenBSD 5.0-cur-13 editing mode) and, while R40d corresponds to OpenBSD 5.0-cur- 14 14 rent ksh (without GNU bash-like PS1 and fancy character clas- 15 15 ses), adheres to SUSv4 and is much more robust. The code has trunk/freewrt/package/mksh/Makefile
r3868 r3971 22 22 cd ${WRKBUILD} && CC='${TARGET_CC}' CFLAGS='${TCFLAGS}' \ 23 23 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 25 25 26 26 do-install: trunk/freewrt/package/mksh/Makefile.inc
r3970 r3971 6 6 7 7 PKG_NAME= mksh 8 PKG_VERSION= 40 c8 PKG_VERSION= 40d 9 9 PKG_RELEASE= 1 10 10 DISTFILES= ${PKG_NAME}-R${PKG_VERSION}.cpio.gz 11 PKG_MD5SUM= 43a79f721091833bdab3d00fbfe54a1411 PKG_MD5SUM= c6428401103367730a95b99284bf47dc 12 12 13 13 MASTER_SITES= ${MASTER_SITE_MIRBSD:distfiles/=dist/mir/mksh/} trunk/freewrt/tools/mksh/Makefile
r3814 r3971 15 15 cd ${WRKBUILD} && \ 16 16 env CC='${HOSTCC}' CFLAGS='${HOSTCFLAGS}' \ 17 ${BASH} Build.sh -r 17 ${BASH} Build.sh -r -c lto 18 18 -cd ${WRKBUILD} && ./test.sh -v 19 19


