• introduce a virtual TARGET_OS=Android that just sets a check category

and switches to the TARGET_OS=Linux
• introduce android as regression test suite category
• add an android specific standard alias
• clean up redundant ‘-o sh’ arg in a few checks
This commit is contained in:
tg
2011-03-16 20:26:36 +00:00
parent 750ad16f3d
commit 79c6d6043e
4 changed files with 87 additions and 13 deletions

4
sh.h
View File

@@ -154,9 +154,9 @@
#endif
#ifdef EXTERN
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.445 2011/03/13 16:03:53 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.446 2011/03/16 20:26:36 tg Exp $");
#endif
#define MKSH_VERSION "R39 2011/03/13"
#define MKSH_VERSION "R39 2011/03/16"
#ifndef MKSH_INCLUDES_ONLY