mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
7691c3867d
commit
52b84eebc0
@ -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) && \
|
||||
|
Loading…
Reference in New Issue
Block a user