Commit a90f5a40 by Richard Kenner

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

From-SVN: r14345
parent 289661dc
......@@ -20,9 +20,6 @@
#the Free Software Foundation, 59 Temple Place - Suite 330,
#Boston, MA 02111-1307, USA.
rm -f Make-lang
touch Make-lang
# First parameter is the source directory, second is list of subdirectories
savesrcdir=$1
savesubdirs=$2
......@@ -30,6 +27,9 @@ for subdir in . $savesubdirs
do
oldsrcdir=$savesrcdir
rm -f Make-lang
touch Make-lang
# Re-adjust the path
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