forked from Imagelibrary/binutils-gdb
Rename -I to -J. Deprecate old use of -I, but leave it enabled for now.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 2001 Free Software Foundation, Inc.
|
||||
# Copyright 2001, 2003 Free Software Foundation, Inc.
|
||||
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
@@ -81,8 +81,8 @@ foreach res $res_list {
|
||||
setup_xfail *-*
|
||||
}
|
||||
|
||||
verbose "$wr -I rc -O res $res tmpdir/$broot.res" 1
|
||||
catch "exec $wr -I rc -O res $res tmpdir/$broot.res" err
|
||||
verbose "$wr -J rc -O res $res tmpdir/$broot.res" 1
|
||||
catch "exec $wr -J rc -O res $res tmpdir/$broot.res" err
|
||||
|
||||
if ![string match "" $err] then {
|
||||
send_log "$err\n"
|
||||
|
||||
Reference in New Issue
Block a user