Project

General

Profile

Actions

Feature #6778

closed

cross-compiling convience.

Added by jinleileiking (lei king) over 11 years ago. Updated over 11 years ago.

Status:
Rejected
Assignee:
-
Target version:
-
[ruby-core:46635]

Description

when cross-compiling, using the --prefix and --exec-prefix is not very convience.

using make install will install the file to exec-prefix dir.

But when cross compiling. the exec-prefix is always '/'.

Means install the files to /bin , /lib etc.

But ran make install on the host. the files will overwrite the host's bin, lib dir.It is a disaster.

So, what about add a option like "Stage DIR" just put the file 'maked' into that dir for cross-compile convinience.


Related issues 1 (0 open1 closed)

Has duplicate Ruby master - Feature #6779: cross-compiling convience.Rejected07/23/2012Actions

Updated by nobu (Nobuyoshi Nakada) over 11 years ago

  • Status changed from Open to Rejected

make DESTDIR=/wherever/you/want/to/install install

Actions

Also available in: Atom PDF

Like0
Like0