Commit 289661dc by Richard Kenner

Clean up Make-{host,target,hooks} in all subdirs, not just '.'.

From-SVN: r14344
parent 5c40e677
...@@ -2675,10 +2675,6 @@ all_lang_makefiles= ...@@ -2675,10 +2675,6 @@ all_lang_makefiles=
all_headers= all_headers=
all_lib2funcs= all_lib2funcs=
rm -f Make-host Make-target Make-hooks
touch Make-host
touch Make-target
touch Make-hooks
host_overrides="Make-host" host_overrides="Make-host"
target_overrides="Make-target" target_overrides="Make-target"
cross_overrides="/dev/null" cross_overrides="/dev/null"
...@@ -2719,6 +2715,10 @@ do ...@@ -2719,6 +2715,10 @@ do
test -d $subdir || mkdir $subdir test -d $subdir || mkdir $subdir
cd $subdir cd $subdir
rm -f Make-host Make-target Make-hooks
touch Make-host
touch Make-target
touch Make-hooks
# Conditionalize the makefile for this host machine. # Conditionalize the makefile for this host machine.
dep_host_xmake_file= dep_host_xmake_file=
merged_frags= merged_frags=
......
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