Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Unified Diff: scripts/nspr-checkout.sh

Issue 12089033: Update to NSPR 4.9.5 Beta 2, part 2: actual changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « patches/nspr-warnings.patch ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/nspr-checkout.sh
===================================================================
--- scripts/nspr-checkout.sh (revision 179237)
+++ scripts/nspr-checkout.sh (working copy)
@@ -11,7 +11,7 @@
rm -rf mozilla/nsprpub
cvs -q -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot export \
- -r NSPR_4_9_RTM NSPR
+ -r NSPR_4_9_5_BETA2 NSPR
rm -r mozilla/nsprpub/admin
rm -r mozilla/nsprpub/build
@@ -45,7 +45,6 @@
find mozilla/nsprpub -name plvrsion.c -print | xargs rm
# Remove unneeded platform-specific files in mozilla/nsprpub/pr/include/md.
-rm mozilla/nsprpub/pr/include/md/sunos4.h
find mozilla/nsprpub/pr/include/md -name "_*" ! -name "_darwin.*" \
! -name "_linux.*" ! -name "_win95.*" ! -name _pth.h ! -name _pcos.h \
! -name _unixos.h ! -name _unix_errors.h ! -name _win32_errors.h -print \
« no previous file with comments | « patches/nspr-warnings.patch ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698