Hi, I've been patching OpenSSH [portable] so that I can override DESTDIR when cross-compiling. Is there any reason not to allow this in the general case? Thanks! -- Matthew L. Creech
Matthew L. Creech wrote:> Hi, > > I've been patching OpenSSH [portable] so that I can override DESTDIR > when cross-compiling. Is there any reason not to allow this in the > general case? Thanks!What is general case ? Did you have problem with make install DESTDIR=/some_path without to patch ? Roumen
On Mon, 9 Jun 2008, Matthew L. Creech wrote:> Hi, > > I've been patching OpenSSH [portable] so that I can override DESTDIR > when cross-compiling. Is there any reason not to allow this in the > general case? Thanks!I don't follow - you can always override DESTDIR: make DESTDIR=/tmp/foo install -d