mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-25 02:09:13 +08:00
Undo last patch that tried using both $1 and $srcdir.
From-SVN: r14246
This commit is contained in:
parent
fb8e2f8329
commit
7e38afdd90
@ -27,13 +27,8 @@ touch Make-lang
|
||||
# Some shells can't pass arguments to source'd scripts.
|
||||
# ??? This needs some rethinking.
|
||||
|
||||
if [ x"$1" != x ] ; then
|
||||
savesrcdir=$1
|
||||
savesubdirs=$2
|
||||
else
|
||||
savesrcdir=$srcdir
|
||||
savesubdirs=$subdirs
|
||||
fi
|
||||
savesrcdir=$srcdir
|
||||
savesubdirs=$subdirs
|
||||
|
||||
for subdir in . $savesubdirs
|
||||
do
|
||||
|
Loading…
Reference in New Issue
Block a user