This website requires JavaScript.
Explore
Help
Sign In
jimzah
/
freebsd-src
Watch
1
Star
0
Fork
0
You've already forked freebsd-src
mirror of
https://github.com/freebsd/freebsd-src.git
synced
2024-12-04 10:19:26 +00:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
f1858c523b
freebsd-src
/
sbin
/
geom
/
Makefile.inc
7 lines
72 B
PHP
Raw
Normal View
History
Unescape
Escape
Bring in geom(8) utility. It is an universal utility for operating on GEOM classes. It works by loading a shared library via dlopen(3) mechanism with class-specific code, it is also responsible for communicating with GEOM via libgeom(3). Per-class shared libraries are going to be stored in /lib/geom/ directory. It provides also few standard commands like 'list', 'load' and 'unload' for existing classes which aren't aware of geom(8). More info will be send on freebsd-current@ mailing list. Supported by: Wheel - Open Technologies - http://www.wheel.pl
2004-05-20 11:09:56 +01:00
# $FreeBSD$
WARNS
?
=
6
After changing LIBDIR to SHLIBDIR, because of dependencies problems, new problem shows up: symblic links (<libname>.so) are created under /usr/lib/ now, instead of under /lib/geom/ where geom(8) looks for them. Introduce a workaround to fix this by teaching geom(8) to open libraries via /lib/geom/<libname>.so.<major_number> instead of /lib/geom/<libname>.so.
2004-08-01 23:24:07 +01:00
CLASS_DIR
?
=/
lib
/
geom
Various style.Makefile(5) improvements. Inspired by: ru
2004-05-20 21:12:17 +01:00
.
include
"
../Makefile.inc
"
Reference in New Issue
Copy Permalink