Commit 5768f211 by Richard Henderson Committed by Richard Henderson

Makefile.in (clean): Remove the stages with their objects here ...

* Makefile.in (clean): Remove the stages with their objects here ...
(distclean): ... instead of here.

From-SVN: r17210
parent eeaf420b
Tue Dec 23 03:14:54 1997 Richard Henderson <rth@cygnus.com>
* Makefile.in (clean): Remove the stages with their objects here ...
(distclean): ... instead of here.
Mon Dec 22 11:24:01 1997 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> Mon Dec 22 11:24:01 1997 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* cse.c (rtx_cost): Add default case in enumeration switch. * cse.c (rtx_cost): Add default case in enumeration switch.
......
...@@ -2148,6 +2148,7 @@ clean: mostlyclean bytecode.clean lang.clean ...@@ -2148,6 +2148,7 @@ clean: mostlyclean bytecode.clean lang.clean
else if [ "x$(MULTILIB_OPTIONS)" != x ] ; then \ else if [ "x$(MULTILIB_OPTIONS)" != x ] ; then \
rm -rf `echo $(MULTILIB_OPTIONS) | sed -e 's/\// /g'`; \ rm -rf `echo $(MULTILIB_OPTIONS) | sed -e 's/\// /g'`; \
fi ; fi fi ; fi
-rm -fr stage1 stage2 stage3 stage4
# Delete all files that users would normally create # Delete all files that users would normally create
# while building and installing GCC. # while building and installing GCC.
...@@ -2156,7 +2157,6 @@ distclean: clean bytecode.distclean lang.distclean ...@@ -2156,7 +2157,6 @@ distclean: clean bytecode.distclean lang.distclean
-rm -f config.status config.run config.cache config.bak -rm -f config.status config.run config.cache config.bak
-rm -f Make-lang Make-hooks Make-host Make-target -rm -f Make-lang Make-hooks Make-host Make-target
-rm -f Makefile specs.h options.h *.oaux -rm -f Makefile specs.h options.h *.oaux
-rm -fr stage1 stage2 stage3 stage4
-rm -f */stage1 */stage2 */stage3 */stage4 */include -rm -f */stage1 */stage2 */stage3 */stage4 */include
-rm -f c-parse.output -rm -f c-parse.output
-rm -f *.asm -rm -f *.asm
......
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