mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 12:39:59 +00:00
* config/djgpp/config.sed: Fix tweaking "VPATH=.:foo", and handle
the gettext's posrcprefix correctly with drive letters.
This commit is contained in:
parent
2e41854770
commit
158b3de091
@ -1,3 +1,8 @@
|
||||
2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* config/djgpp/config.sed: Fix tweaking "VPATH=.:foo", and handle
|
||||
the gettext's posrcprefix correctly with drive letters.
|
||||
|
||||
2000-11-10 Jim Blandy <jimb@redhat.com>
|
||||
|
||||
* stabsread.c (read_range_type): Properly construct complex
|
||||
|
@ -10,7 +10,7 @@ s|\.gdbinit|gdb.ini|g
|
||||
s,\\.info\\*,.inf* *.i[1-9] *.i[1-9][0-9],\
|
||||
s,\\.gdbinit,gdb.ini,g\
|
||||
/TEXINPUTS=/s,:,';',g\
|
||||
/VPATH *=/s,:,;,g\
|
||||
/VPATH *=/s,\\([^A-z]\\):,\1;,g\
|
||||
/\\$\\$file-\\[0-9\\]/s,echo,& *.i[1-9] *.i[1-9][0-9],\
|
||||
/\\$\\$file-\\[0-9\\]/s,rm -f \\$\\$file,& \\${PACKAGE}.i[1-9] \\${PACKAGE}.i[1-9][0-9],\
|
||||
s,config\\.h\\.in,config.h-in,g\
|
||||
@ -29,3 +29,4 @@ s|\.gdbinit|gdb.ini|g
|
||||
/\$]\*) INSTALL=/s,\[/\$\]\*,&|[A-z]:/*,
|
||||
/\$]\*) ac_rel_source=/s,\[/\$\]\*,&|[A-z]:/*,
|
||||
/ac_file_inputs=/s,\( -e "s%\^%\$ac_given_srcdir/%"\)\( -e "s%:% $ac_given_srcdir/%g"\),\2\1,
|
||||
/^[ ]*if test "x`echo /s,sed 's@/,sed -e 's@^[A-z]:@@' -e 's@/,
|
||||
|
Loading…
Reference in New Issue
Block a user