more OS/390 issues
This commit is contained in:
8
Build.sh
8
Build.sh
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.675 2015/04/29 18:38:50 tg Exp $'
|
srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.676 2015/04/29 20:13:46 tg Exp $'
|
||||||
#-
|
#-
|
||||||
# Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
|
# Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
|
||||||
# 2011, 2012, 2013, 2014, 2015
|
# 2011, 2012, 2013, 2014, 2015
|
||||||
@ -577,8 +577,8 @@ if test -d $tfn || test -d $tfn.exe; then
|
|||||||
echo "$me: Error: ./$tfn is a directory!" >&2
|
echo "$me: Error: ./$tfn is a directory!" >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
rmf a.exe* a.out* conftest.c *core core.* lft ${tfn}* no *.bc *.ll *.o *.gen \
|
rmf a.exe* a.out* conftest.c *core core.* ${tfn}* *.bc *.dbg *.ll *.o *.gen \
|
||||||
Rebuild.sh signames.inc test.sh x vv.out
|
Rebuild.sh lft no signames.inc test.sh x vv.out
|
||||||
|
|
||||||
SRCS="lalloc.c eval.c exec.c expr.c funcs.c histrap.c jobs.c"
|
SRCS="lalloc.c eval.c exec.c expr.c funcs.c histrap.c jobs.c"
|
||||||
SRCS="$SRCS lex.c main.c misc.c shf.c syn.c tree.c var.c"
|
SRCS="$SRCS lex.c main.c misc.c shf.c syn.c tree.c var.c"
|
||||||
@ -929,7 +929,7 @@ esac
|
|||||||
|
|
||||||
: ${AWK=awk} ${CC=cc} ${NROFF=nroff} ${SIZE=size}
|
: ${AWK=awk} ${CC=cc} ${NROFF=nroff} ${SIZE=size}
|
||||||
test 0 = $r && echo | $NROFF -v 2>&1 | grep GNU >/dev/null 2>&1 && \
|
test 0 = $r && echo | $NROFF -v 2>&1 | grep GNU >/dev/null 2>&1 && \
|
||||||
NROFF="$NROFF -c"
|
echo | $NROFF -c >/dev/null 2>&1 && NROFF="$NROFF -c"
|
||||||
|
|
||||||
# this aids me in tracing FTBFSen without access to the buildd
|
# this aids me in tracing FTBFSen without access to the buildd
|
||||||
$e "Hi from$ao $bi$srcversion$ao on:"
|
$e "Hi from$ao $bi$srcversion$ao on:"
|
||||||
|
4
check.t
4
check.t
@ -1,4 +1,4 @@
|
|||||||
# $MirOS: src/bin/mksh/check.t,v 1.691 2015/04/29 20:07:30 tg Exp $
|
# $MirOS: src/bin/mksh/check.t,v 1.692 2015/04/29 20:13:47 tg Exp $
|
||||||
# -*- mode: sh -*-
|
# -*- mode: sh -*-
|
||||||
#-
|
#-
|
||||||
# Copyright © 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
|
# Copyright © 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
|
||||||
@ -1198,7 +1198,7 @@ need-pass: no
|
|||||||
# the mv command fails on Cygwin
|
# the mv command fails on Cygwin
|
||||||
# Hurd aborts the testsuite (permission denied)
|
# Hurd aborts the testsuite (permission denied)
|
||||||
# QNX does not find subdir to cd into
|
# QNX does not find subdir to cd into
|
||||||
category: !os:cygwin,!os:gnu,!os:msys,!os:nto,!nosymlink
|
category: !os:cygwin,!os:gnu,!os:msys,!os:nto,!os:os390,!nosymlink
|
||||||
file-setup: file 644 "x"
|
file-setup: file 644 "x"
|
||||||
mkdir noread noread/target noread/target/subdir
|
mkdir noread noread/target noread/target/subdir
|
||||||
ln -s noread link
|
ln -s noread link
|
||||||
|
Reference in New Issue
Block a user