
bugzilla-daemon at bugzilla
Aug 17, 2009, 5:13 PM
Post #1 of 5
(584 views)
Permalink
|
|
[Bug 1505] default Solaris make does not pass DESTDIR
|
|
https://bugzilla.mindrot.org/show_bug.cgi?id=1505 Damien Miller <djm [at] mindrot> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |djm [at] mindrot --- Comment #1 from Damien Miller <djm [at] mindrot> 2009-08-18 10:13:55 EST --- we can pass DESTDIR via: env DESTDIR=$(DESTDIR) make as env(1) seems to be POSIX. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching someone on the CC list of the bug. _______________________________________________ openssh-bugs mailing list openssh-bugs [at] mindrot https://lists.mindrot.org/mailman/listinfo/openssh-bugs
|