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

Issue 4554041: defend against non-standard uname cmd in Nokia maemo cross-build environment

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 6 months ago by miller
Modified:
10 years ago
Reviewers:
CC:
rsc, codebot
Visibility:
Public.

Description

The scratchbox-based SDK for maemo cross-compilation (for Nokia N800 and N900) has a non-standard uname command which doesn't support the '-p' option. This patch allows INSTALL to work anyway, by issuing 'uname -m' if 'uname -m -p' fails.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M dist/buildmk View 1 chunk +1 line, -1 line 0 comments Download
M src/mkhdr View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2
miller
14 years, 6 months ago (2011-05-18 14:33:36 UTC) #1
rsc
14 years, 6 months ago (2011-05-18 17:21:46 UTC) #2
*** Submitted as cfac0cc9cf10 ***

build: fix for non-standard uname

The scratchbox-based SDK for maemo cross-compilation (for Nokia N800 and N900)
has a non-standard uname command which doesn't support the '-p' option.  This
patch allows INSTALL to work anyway, by issuing 'uname -m' if 'uname -m -p'
fails.

R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/4554041

Committer: Russ Cox <rsc@swtch.com>
Sign in to reply to this message.

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