mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-24 06:28:53 +08:00
Revert to 1.1
From-SVN: r14315
This commit is contained in:
parent
bee07132a1
commit
455cee3eb6
@ -23,13 +23,9 @@
|
||||
rm -f Make-lang
|
||||
touch Make-lang
|
||||
|
||||
# We can either be invoked with . from configure or from Makefile.
|
||||
# Some shells can't pass arguments to source'd scripts.
|
||||
# ??? This needs some rethinking.
|
||||
|
||||
savesrcdir=$srcdir
|
||||
savesubdirs=$subdirs
|
||||
|
||||
# First parameter is the source directory, second is list of subdirectories
|
||||
savesrcdir=$1
|
||||
savesubdirs=$2
|
||||
for subdir in . $savesubdirs
|
||||
do
|
||||
oldsrcdir=$savesrcdir
|
||||
|
Loading…
Reference in New Issue
Block a user