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

Side by Side Diff: openssl/tools/Makefile

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/times/x86/des3s.cpp ('k') | openssl/tools/c_rehash » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1 #
2 # OpenSSL/tools/Makefile 2 # OpenSSL/tools/Makefile
3 # 3 #
4 4
5 DIR= tools 5 DIR= tools
6 TOP= .. 6 TOP= ..
7 CC= cc 7 CC= cc
8 INCLUDES= -I$(TOP) -I../../include 8 INCLUDES= -I$(TOP) -I../../include
9 CFLAG=-g 9 CFLAG=-g
10 MAKEFILE= Makefile 10 MAKEFILE= Makefile
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 42
43 tags: 43 tags:
44 44
45 errors: 45 errors:
46 46
47 depend: 47 depend:
48 48
49 dclean: 49 dclean:
50 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKE FILE) >Makefile.new 50 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKE FILE) >Makefile.new
51 mv -f Makefile.new $(MAKEFILE) 51 mv -f Makefile.new $(MAKEFILE)
52 rm -f c_rehash
52 53
53 clean: 54 clean:
54 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff 55 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
55 56
56 errors: 57 errors:
57 58
58 # DO NOT DELETE THIS LINE -- make depend depends on it. 59 # DO NOT DELETE THIS LINE -- make depend depends on it.
OLDNEW
« no previous file with comments | « openssl/times/x86/des3s.cpp ('k') | openssl/tools/c_rehash » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698