cvs commit: src/sbin/geom/class/mirror Makefile geom_mirror.c src/sys/geom/mirror g_mirror.c g_mirror.h g_mirror_ctl.c src/sys/modules/geom/geom_mirror Makefile src/tools/regression/geom_mirror Makefile runtests.sh test-1.sh test-2.sh test-3.sh test-4.sh ...

Dag-Erling Smørgrav des at des.no
Sun Aug 1 17:49:42 PDT 2004


Pawel Jakub Dawidek <pjd at FreeBSD.org> writes:
> How to fix it to force symlink creation under /lib/geom/, but without
> creaking DPADD?

The problem is that LIBDIR is used to mean two things: the place where
existing libraries are located, and the place where the ones we build
will be installed.  The ports tree maintains a very clear separation
between these two meanings: existing software resides in LOCALBASE,
new software is installed into PREFIX.  LIBDIR should likewise be
split into two separate variables.

DES
-- 
Dag-Erling Smørgrav - des at des.no


More information about the cvs-src mailing list