Set _POSIX2_VERSION=199209 before calling MKkey_defs.sh as workaround of
obsolete +POS sort syntax.
This commit is contained in:
parent
36076c1e7b
commit
55ca7e1fcf
@ -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 $@
|
||||
|
@ -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 $@
|
||||
|
Loading…
Reference in New Issue
Block a user