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

obsolete +POS sort syntax.
This commit is contained in:
ache 2002-09-24 19:55:37 +00:00
parent e51e2c42c3
commit 98b90cd850
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 $@