From f2e53b6f1045941243d2d5e76e9b01b6e769ddd9 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 22 Jun 2008 13:46:13 +0000 Subject: [PATCH] Don't rebuild things with the stage2 compiler It leads to annoying rebuilding when working in a built tree. We'll handle this differently for 6.10. --- Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Makefile b/Makefile index 870e0c4..23c0a74 100644 --- a/Makefile +++ b/Makefile @@ -98,7 +98,6 @@ endif endif stage1 : $(GCC_LIB_DEP) check-packages - $(MAKE) -C utils mostlyclean $(MAKE) -C utils/mkdependC boot @case '${MFLAGS}' in *-[ik]*) x_on_err=0;; *-r*[ik]*) x_on_err=0;; *) x_on_err=1;; esac; \ for i in $(SUBDIRS_BUILD); do \ @@ -128,14 +127,8 @@ stage1 : $(GCC_LIB_DEP) check-packages # compiler of all utils that get installed and of all extra support binaries # includes in binary dists. stage2 : check-packages - $(MAKE) -C utils mostlyclean - $(MAKE) -C utils stage=2 $(MAKE) -C compiler boot stage=2 $(MAKE) -C compiler stage=2 - $(RM) -f libraries/ifBuildable/ifBuildable - $(MAKE) -C libraries stage=2 ifBuildable/ifBuildable - $(RM) -f libraries/installPackage/installPackage - $(MAKE) -C libraries stage=2 installPackage/installPackage stage3 : check-packages -- 1.7.10.4