* Build.sh: fix manpage generation defaults under Cygwin
* mksh.1: rework prompt ($PS1) section, simplify example, point to packaged dot.mkshrc example * mksh.1: fix description of 'redraw' regarding redrawal of prompts longer than one screen line * all: bump version/date
This commit is contained in:
3
Build.sh
3
Build.sh
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# $MirOS: src/bin/mksh/Build.sh,v 1.36 2006/08/02 10:41:03 tg Exp $
|
||||
# $MirOS: src/bin/mksh/Build.sh,v 1.37 2006/08/02 11:50:28 tg Exp $
|
||||
#-
|
||||
# This script recognises CC, CFLAGS, CPPFLAGS, LDFLAGS, LIBS and NROFF.
|
||||
|
||||
@@ -57,6 +57,7 @@ CYGWIN*)
|
||||
LDSTATIC= # they don't want it
|
||||
SRCS="$SRCS compat.c"
|
||||
CPPFLAGS="$CPPFLAGS -DNEED_COMPAT"
|
||||
: ${NROFF:=nroff -c}
|
||||
;;
|
||||
Darwin)
|
||||
LDSTATIC= # never works
|
||||
|
Reference in New Issue
Block a user