[Bug 1505] New: default Solaris make does not pass DESTDIR
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Thu Aug 14 06:02:40 EST 2008
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.
More information about the openssh-bugs
mailing list