CVS: herc.mirbsd.org: src
Thorsten Glaser <
tg@...>
2012-01-03 00:58:17 GMT
Commit ID: 1004F025261140919C7
CVSROOT: /cvs
Module name: src
Changes by: tg@... 2012/01/03 00:58:15 UTC
Modified files:
bin/mksh : Build.sh check.t sh.h
Log message:
move linkage check (which uses sh.h INCLUDES_ONLY) to when all of its
prerequisites are actually fulfilled, i.e. evrn further down than with
the last commit doing this, and move some prerequisites of stuff that
has wandered outside the !INCLUDES_ONLY block with the compile-time
assert changes to the outside, too
fixes FTBFS on MSYS which has neither <stdint.h> nor uint32_t
reported by RT
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.502 -r1.503 src/bin/mksh/Build.sh
cvs -R rdiff -kk -upr1.507 -r1.508 src/bin/mksh/check.t
cvs -R rdiff -kk -upr1.516 -r1.517 src/bin/mksh/sh.h