From b4338a64a7dd3adaa9c1021aa71c1043fae3fa01 Mon Sep 17 00:00:00 2001 From: "dbaron@dbaron.org" Date: Fri, 21 Mar 2008 14:13:41 -0700 Subject: [PATCH] Put something non-empty that changes (the output of date) into the .nss.checkout file so it is better reflected when mirroring a CVS checkout into other version control systems. b=421861 r=bsmedberg a1.9b5=schrep (landing original patch rather than revised one) --- client.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.mk b/client.mk index a56a78e826b..c11480d3017 100644 --- a/client.mk +++ b/client.mk @@ -812,7 +812,7 @@ real_checkout: # update the NSS checkout timestamp, if we checked PSM out @if test -d $(TOPSRCDIR)/security/manager -a \ `egrep -c '^(U|C) mozilla/security/(nss|coreconf)' $(CVSCO_LOGFILE) 2>/dev/null` != 0; then \ - date > $(TOPSRCDIR)/security/manager/.nss.checkout; \ + echo `date` > $(TOPSRCDIR)/security/manager/.nss.checkout; \ fi ifdef RUN_AUTOCONF_LOCALLY cd $(ROOTDIR) && \