Commit a90f5a40 by Richard Kenner

Clean up Make-lang in all subdirs, not just '.'.

From-SVN: r14345
parent 289661dc
...@@ -20,9 +20,6 @@ ...@@ -20,9 +20,6 @@
#the Free Software Foundation, 59 Temple Place - Suite 330, #the Free Software Foundation, 59 Temple Place - Suite 330,
#Boston, MA 02111-1307, USA. #Boston, MA 02111-1307, USA.
rm -f Make-lang
touch Make-lang
# First parameter is the source directory, second is list of subdirectories # First parameter is the source directory, second is list of subdirectories
savesrcdir=$1 savesrcdir=$1
savesubdirs=$2 savesubdirs=$2
...@@ -30,6 +27,9 @@ for subdir in . $savesubdirs ...@@ -30,6 +27,9 @@ for subdir in . $savesubdirs
do do
oldsrcdir=$savesrcdir oldsrcdir=$savesrcdir
rm -f Make-lang
touch Make-lang
# Re-adjust the path # Re-adjust the path
case $oldsrcdir in case $oldsrcdir in
/*) /*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment