Update to R33d:
No changes in mksh R33c except for Ultrix support. None in R33d. In mksh R33b, much more compilers are detected, even if not all of them are supported. The OE (OS and CC/LD) versions are now dumped too. Instead of #error, forced link failures are now used as the mechanism to auto-detect some things in the target environment. Features are now much better detected, and some annoying warnings don't show up any longer due to this. Less tools are required to build. Please be reminded that you should run ./test.sh -v inside an environment with /dev/tty available (as device node) and usable (e.g. use script(1) or GNU screen if you're doing auto-builds detached from controlling terminal). Use -v to see failures. No surprises in mksh R33 either, but the build system now gives more detailed output on the version actually built, to aid tracking down FTBFSen (build errors) with access to only the build logs. Regression tests now work with Intel's compiler on SLES too, which requires a custom LD_LIBRARY_PATH formerly stripped by the script.
This commit is contained in:
parent
a4c5c9c63f
commit
aaf474cc3a
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.6 2007/11/23 07:58:57 bjs Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2008/04/17 05:55:50 wiz Exp $
|
||||
|
||||
DISTNAME= mksh-R32
|
||||
DISTNAME= mksh-R33d
|
||||
PKGNAME= ${DISTNAME:S/-R/-/}
|
||||
CATEGORIES= shells
|
||||
MASTER_SITES= http://www.mirbsd.org/MirOS/dist/mir/mksh/ \
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.6 2007/11/23 07:58:57 bjs Exp $
|
||||
$NetBSD: distinfo,v 1.7 2008/04/17 05:55:50 wiz Exp $
|
||||
|
||||
SHA1 (mksh-R32.cpio.gz) = 9a4156c213d7361d7481cdfca014aaa93c1cc37b
|
||||
RMD160 (mksh-R32.cpio.gz) = a70013888e19b64f58e33878a6481fd2508628d9
|
||||
Size (mksh-R32.cpio.gz) = 248989 bytes
|
||||
SHA1 (mksh-R33d.cpio.gz) = e1ab5c7897b7f91ab0dcd5be49ded8b441136291
|
||||
RMD160 (mksh-R33d.cpio.gz) = d810a705b01e146f9addd184c168798a22a36d38
|
||||
Size (mksh-R33d.cpio.gz) = 255911 bytes
|
||||
|
|
Loading…
Reference in a new issue