• Build.sh, check.t: bring back the 'smksh' check category, which was

missing for a while yet its disappearance was unnoticed because…
• distrib/special/mksh/Makefile: sync check categories, this was missed
• mksh.hts: sync clog
This commit is contained in:
tg
2008-07-11 19:51:23 +00:00
parent a36a925ea6
commit 1619fa2538
2 changed files with 6 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/sh
srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.338 2008/07/11 18:31:10 tg Exp $'
srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.339 2008/07/11 19:51:22 tg Exp $'
#-
# Environment used: CC CFLAGS CPPFLAGS LDFLAGS LIBS NOWARN NROFF TARGET_OS
# CPPFLAGS recognised: MKSH_SMALL MKSH_ASSUME_UTF8 MKSH_NOPWNAM MKSH_NOVI
@@ -851,6 +851,7 @@ if test 0 = $HAVE_MKSH_FULL; then
fi
: ${HAVE_MKNOD=0}
check_categories=$check_categories,smksh
fi
#