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>

next in thread | raw e-mail | index | archive | help

--DiL7RhKs8rK9YGuF
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Hi!

Problem:=20

root@shall [~anarcat/libh]# make install PREFIX=3D/usr/local
=3D=3D=3D> compile
=3D=3D=3D> compile/none
/usr/bin/env NOTVISION=3DYES NOQT=3DYES make -f ../Makefile.inc1
BSUBDIR=3Dcommon 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=3D/usr/local/bin LIBDIR=3D/=
usr/local/lib
=3D=3D=3D> compile
=3D=3D=3D> compile/none
/usr/bin/env NOTVISION=3DYES NOQT=3DYES make -f ../Makefile.inc1
BSUBDIR=3Dcommon 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.

--DiL7RhKs8rK9YGuF
Content-Type: application/pgp-signature
Content-Disposition: inline

-----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-----

--DiL7RhKs8rK9YGuF--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-libh" in the body of the message




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