aboutsummaryrefslogtreecommitdiff
path: root/sbin/geom/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Switch the default WARNS level for sbin/ to 6.Ruslan Ermilov2009-10-191-0/+1
| | | | | | | Submitted by: Ulrich Spörlein Notes: svn path=/head/; revision=198236
* Add NO_MAN for the static variant of geom(8). Both the RESCUE and theMarcel Moolenaar2008-07-031-0/+1
| | | | | | | | | RELEASE_CRUNCH builds use NO_MAN anyway, so this change is primarily to avoid that developers have to set NO_MAN manually when they build the static variant. Notes: svn path=/head/; revision=180228
* Allow building a static geom(8) for release related crunchedMarcel Moolenaar2008-06-051-1/+1
| | | | | | | | binaries. In particular, this allows geom to be added to the boot_crunch binary on ia64. Notes: svn path=/head/; revision=179562
* Replace checks for RESCUE in sources with checks for STATIC_GEOM_CLASSESMarcel Moolenaar2008-06-041-1/+1
| | | | | | | | | and define STATIC_GEOM_CLASSES when building the rescue binary. This way geom can more easily be part of other crunched binaries, as it requires only a Makefile change. Notes: svn path=/head/; revision=179550
* Make it possible to build glabel into rescue geom(8) utility.Xin LI2008-03-051-2/+5
| | | | | | | | Ok'ed by: marcel No objection: -current@ Notes: svn path=/head/; revision=176852
* Allow building of a special rescue version of geom thatMarcel Moolenaar2007-11-041-0/+18
| | | | | | | has a subset of the classes compiled-in. Notes: svn path=/head/; revision=173313
* Bring in geom(8) utility. It is an universal utility for operating onPawel Jakub Dawidek2004-05-201-0/+5
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 Notes: svn path=/head/; revision=129470