bugzilla-daemon at bugzilla.mindrot.org
2008-Aug-13 20:02 UTC
[Bug 1505] New: default Solaris make does not pass DESTDIR
https://bugzilla.mindrot.org/show_bug.cgi?id=1505
Summary: default Solaris make does not pass DESTDIR
Product: Portable OpenSSH
Version: 5.1p1
Platform: All
OS/Version: Solaris
Status: NEW
Severity: minor
Priority: P5
Component: Build system
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: john.bartoszewski at gmail.com
The default make commands (/usr/ccs/bin/make, /usr/xpg4/bin/make) don't
respect passing DESTDIR on the command line so if you do:
make install prefix=/opt
is not respected by:
(cd scard && $(MAKE) DESTDIR=$(DESTDIR) install)
If one uses gmake from the optional /usr/sfw/bin/gmake then it works
just fine.
This is very minor, and probably won't be run across by many others.
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2009-Aug-18 00:13 UTC
[Bug 1505] default Solaris make does not pass DESTDIR
https://bugzilla.mindrot.org/show_bug.cgi?id=1505
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |djm at mindrot.org
--- Comment #1 from Damien Miller <djm at mindrot.org> 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.
bugzilla-daemon at bugzilla.mindrot.org
2009-Aug-18 00:15 UTC
[Bug 1505] default Solaris make does not pass DESTDIR
https://bugzilla.mindrot.org/show_bug.cgi?id=1505
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |1560
--
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.
bugzilla-daemon at bugzilla.mindrot.org
2009-Aug-28 00:25 UTC
[Bug 1505] default Solaris make does not pass DESTDIR
https://bugzilla.mindrot.org/show_bug.cgi?id=1505 --- Comment #2 from Damien Miller <djm at mindrot.org> 2009-08-28 10:25:16 EST --- Created an attachment (id=1676) pass DESTDIR in env var This passes DESTDIR via the environment. Please test. -- 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.
bugzilla-daemon at bugzilla.mindrot.org
2009-Aug-28 00:47 UTC
[Bug 1505] default Solaris make does not pass DESTDIR
https://bugzilla.mindrot.org/show_bug.cgi?id=1505
Darren Tucker <dtucker at zip.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1676| |ok+
Flag| |
--- Comment #3 from Darren Tucker <dtucker at zip.com.au> 2009-08-28
10:47:09 EST ---
(From update of attachment 1676)
works for me (solaris 10 x86 using /usr/ccs/bin/make)
--
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.
bugzilla-daemon at bugzilla.mindrot.org
2009-Aug-28 00:48 UTC
[Bug 1505] default Solaris make does not pass DESTDIR
https://bugzilla.mindrot.org/show_bug.cgi?id=1505
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #4 from Damien Miller <djm at mindrot.org> 2009-08-28 10:48:31
EST ---
patch applied - this will be in 5.3
--
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.
bugzilla-daemon at bugzilla.mindrot.org
2009-Oct-06 04:02 UTC
[Bug 1505] default Solaris make does not pass DESTDIR
https://bugzilla.mindrot.org/show_bug.cgi?id=1505
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #5 from Damien Miller <djm at mindrot.org> 2009-10-06 15:02:01
EST ---
Mass move of RESOLVED bugs to CLOSED now that 5.3 is out.
--
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.
Apparently Analagous Threads
- [Bug 198] New: Error getting file with sftp on old F-Secure servers
- [PATCH] do not invoke sub-make unless the 'cd directory' succeeds
- [Bug 187] New: ssh-keygen not converting from and to SECSH standard correctly
- [Bug 1560] New: Bugs intended to be fixed in 5.3
- [patch] 3.7.1p2: slogin symlink fixes