Set _POSIX2_VERSION=199209 before calling MKkey_defs.sh as workaround of

obsolete +POS sort syntax.
This commit is contained in:
Andrey A. Chernov 2002-09-24 19:55:37 +00:00
parent 36076c1e7b
commit 55ca7e1fcf
2 changed files with 2 additions and 2 deletions

View File

@ -318,7 +318,7 @@ term.h: MKterm.h.awk edit_cfg.sh Caps
curses.h: curses.head MKkey_defs.sh Caps
cat curses.head > $@.new
AWK=${AWK} sh ${NCURSES}/include/MKkey_defs.sh \
AWK=${AWK} _POSIX2_VERSION=199209 sh ${NCURSES}/include/MKkey_defs.sh \
${NCURSES}/include/Caps >> $@.new
cat ${NCURSES}/include/curses.tail >> $@.new
mv -f $@.new $@

View File

@ -318,7 +318,7 @@ term.h: MKterm.h.awk edit_cfg.sh Caps
curses.h: curses.head MKkey_defs.sh Caps
cat curses.head > $@.new
AWK=${AWK} sh ${NCURSES}/include/MKkey_defs.sh \
AWK=${AWK} _POSIX2_VERSION=199209 sh ${NCURSES}/include/MKkey_defs.sh \
${NCURSES}/include/Caps >> $@.new
cat ${NCURSES}/include/curses.tail >> $@.new
mv -f $@.new $@