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)

This commit is contained in:
dbaron@dbaron.org 2008-03-21 14:13:41 -07:00
parent 7691c3867d
commit 52b84eebc0

View File

@ -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) && \