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

Side by Side Diff: openssl/demos/tunala/autoungunk.sh

Issue 9254031: Upgrade chrome's OpenSSL to same version Android ships with. (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/openssl/
Patch Set: '' Created 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « openssl/demos/smime/smver.c ('k') | openssl/demos/tunala/cb.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/bin/sh 1 #!/bin/sh
2 2
3 # This script tries to clean up as much as is possible from whatever diabolical 3 # This script tries to clean up as much as is possible from whatever diabolical
4 # mess has been left in the directory thanks to autoconf, automake, and their 4 # mess has been left in the directory thanks to autoconf, automake, and their
5 # friends. 5 # friends.
6 6
7 if test -f Makefile.plain; then 7 if test -f Makefile.plain; then
8 if test -f Makefile; then 8 if test -f Makefile; then
9 make distclean 9 make distclean
10 fi 10 fi
11 mv Makefile.plain Makefile 11 mv Makefile.plain Makefile
12 else 12 else
13 make clean 13 make clean
14 fi 14 fi
15 15
16 rm -f aclocal.m4 config.* configure install-sh \ 16 rm -f aclocal.m4 config.* configure install-sh \
17 missing mkinstalldirs stamp-h.* Makefile.in \ 17 missing mkinstalldirs stamp-h.* Makefile.in \
18 » ltconfig ltmain.sh 18 » ltconfig ltmain.sh depcomp
19 rm -rf autom4te.cache
OLDNEW
« no previous file with comments | « openssl/demos/smime/smver.c ('k') | openssl/demos/tunala/cb.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698