man.bsd.lv manual page server

Manual Page Search Parameters

WMAKE(1) General Commands Manual WMAKE(1)

wmakebuild DragonFly source in a buildworld environment

wmake [options ...] target ...

The wmake script allows you to build any element within the DragonFly source tree using a buildworld environment. It is extremely useful for debugging or development work. Instead of having to restart the buildworld (even with -DNOCLEAN and -DNOTOOLS it can take a while) this script can be used to immediately build whatever piece of the world you are working on.

The wmake utility will accept all options and arguments that make(1) accepts.

To install things built with wmake, use:

$ wmake install INSTALL=install DESTDIR=/

make(1), build(7)

February 7, 2011 DragonFly-5.6.1