more cosmetics
This commit is contained in:
parent
9e7a50327f
commit
1b7294b564
5
Build.sh
5
Build.sh
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $MirOS: src/bin/mksh/Build.sh,v 1.258 2007/09/09 18:30:04 tg Exp $
|
# $MirOS: src/bin/mksh/Build.sh,v 1.259 2007/09/09 18:31:41 tg Exp $
|
||||||
#-
|
#-
|
||||||
# Environment used: CC CFLAGS CPPFLAGS LDFLAGS LIBS NOWARN NROFF TARGET_OS
|
# Environment used: CC CFLAGS CPPFLAGS LDFLAGS LIBS NOWARN NROFF TARGET_OS
|
||||||
# CPPFLAGS recognised: MKSH_SMALL MKSH_ASSUME_UTF8 MKSH_NEED_MKNOD MKSH_NOPWNAM
|
# CPPFLAGS recognised: MKSH_SMALL MKSH_ASSUME_UTF8 MKSH_NEED_MKNOD MKSH_NOPWNAM
|
||||||
@ -307,8 +307,7 @@ Plan9)
|
|||||||
warn=' and will currently not work'
|
warn=' and will currently not work'
|
||||||
;;
|
;;
|
||||||
PW32*)
|
PW32*)
|
||||||
HAVE_SIG_T=0
|
HAVE_SIG_T=0; CPPFLAGS="$CPPFLAGS -Dsig_t=nosig_t"
|
||||||
CPPFLAGS="$CPPFLAGS -Dsig_t=nosig_t"
|
|
||||||
warn=' and will currently not work'
|
warn=' and will currently not work'
|
||||||
# missing: killpg() getrlimit()
|
# missing: killpg() getrlimit()
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user