Actions
Feature #6779
closedcross-compiling convience.
Status:
Rejected
Assignee:
-
Target version:
-
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.
Updated by jinleileiking (lei king) over 12 years ago
sorry. I create two issue ,please close it.
Updated by nobu (Nobuyoshi Nakada) over 12 years ago
- Status changed from Open to Rejected
make DESTDIR=/wherever/you/want/to/install install
Actions
Like0
Like0Like0