From e5c006594c247106693c3b5f38a640898fc599dd Mon Sep 17 00:00:00 2001
From: "bstell%netscape.com" <bstell%netscape.com>
Date: Wed, 15 Aug 2001 23:55:25 +0000
Subject: [PATCH] bug 88454, r=mcafee, rs=sfraser add real_fast-update target
 so old checkout log can be moved aside

---
 client.mk | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/client.mk b/client.mk
index 286be1013161e..38ea0618f59a9 100644
--- a/client.mk
+++ b/client.mk
@@ -408,6 +408,19 @@ real_checkout:
 	fi
 
 fast-update:
+#	@: Backup the last checkout log.
+	@if test -f $(CVSCO_LOGFILE) ; then \
+	  mv $(CVSCO_LOGFILE) $(CVSCO_LOGFILE).old; \
+	else true; \
+	fi
+	@echo "checkout start: "`date` | tee $(CVSCO_LOGFILE)
+	@echo '$(CVSCO) mozilla/client.mk mozilla/build/unix/modules.mk'; \
+        cd $(ROOTDIR); \
+	$(CVSCO) mozilla/client.mk mozilla/build/unix/modules.mk && \
+        cd mozilla; \
+	$(MAKE) -f client.mk real_fast-update
+
+real_fast-update:
 #	@: Start the update. Split the output to the tty and a log file. \
 #	 : If it fails, touch an error file because "tee" hides the error.
 	@failed=.fast_update-failed.tmp; rm -f $$failed*; \
@@ -433,7 +446,6 @@ fast-update:
 	else true; \
 	fi
 
-
 ####################################
 # Web configure
 
-- 
GitLab