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
Родитель 8a0421fa4e
Коммит b4338a64a7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -812,7 +812,7 @@ real_checkout:
# update the NSS checkout timestamp, if we checked PSM out # update the NSS checkout timestamp, if we checked PSM out
@if test -d $(TOPSRCDIR)/security/manager -a \ @if test -d $(TOPSRCDIR)/security/manager -a \
`egrep -c '^(U|C) mozilla/security/(nss|coreconf)' $(CVSCO_LOGFILE) 2>/dev/null` != 0; then \ `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 fi
ifdef RUN_AUTOCONF_LOCALLY ifdef RUN_AUTOCONF_LOCALLY
cd $(ROOTDIR) && \ cd $(ROOTDIR) && \