Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(259)

Side by Side Diff: bin/osxvers

Issue 5015042: Cocoa's devdraw is "ready"
Patch Set: Cocoa's devdraw is "ready" (2nd attempt) Created 13 years, 7 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | src/cmd/9pfuse/mkfile » ('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 u=`uname` 3 u=`uname`
4 case "$u" in 4 case "$u" in
5 Darwin) 5 Darwin)
6 sw_vers | awk '$1 == "ProductVersion:" {print $2}' | awk -F. '{printf("C FLAGS=$CFLAGS -DOSX_VERSION=%d%02d%02d\n", $1, $2, $3)}' 6 sw_vers | awk '$1 == "ProductVersion:" {print $2}' | awk -F. '{printf("C FLAGS=$CFLAGS -DOSX_VERSION=%d%02d%02d\n", $1, $2, $3)}'
7 esac 7 esac
OLDNEW
« no previous file with comments | « no previous file | src/cmd/9pfuse/mkfile » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b