Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Nov 2001 13:49:56 -0500
From:      The Anarcat <anarcat@anarcat.dyndns.org>
To:        Libh <freebsd-libh@freebsd.org>
Subject:   make install doesn't respect PREFIX
Message-ID:  <20011127184955.GD520@shall.anarcat.dyndns.org>

index | next in thread | raw e-mail

[-- Attachment #1 --]
Hi!

Problem: 

root@shall [~anarcat/libh]# make install PREFIX=/usr/local
===> compile
===> compile/none
/usr/bin/env NOTVISION=YES NOQT=YES make -f ../Makefile.inc1
BSUBDIR=common install
install -C -c -o root -g wheel -m 444   libh.a /usr/lib
install -C -c -s -o root -g wheel -m 444     libh.so.0 /usr/lib

Workaround:

root@shall [~anarcat/libh]# make install BINDIR=/usr/local/bin LIBDIR=/usr/local/lib
===> compile
===> compile/none
/usr/bin/env NOTVISION=YES NOQT=YES make -f ../Makefile.inc1
BSUBDIR=common install
install -C -c -o root -g wheel -m 444   libh.a /usr/local/lib

I think there is something wrong with bsd.prog.mk here, though.

Isn't it supposed to respect PREFIX? It would be ridiculous to have it
other wise: we plead for PREFIX-independance with 3rd party apps, but we
don't do it ourselves? ;)

A.

[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (FreeBSD)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAjwD4FMACgkQttcWHAnWiGeT/ACdGZyDZx4f+f9K0X3YcqTWs7S8
1SUAn03wSIzEot+MtJS+Wx9eSfXRS67p
=P71O
-----END PGP SIGNATURE-----
home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011127184955.GD520>