DragonFly On-Line Manual Pages

Search: Section:  


WMAKE(1)               DragonFly General Commands Manual              WMAKE(1)

NAME

wmake -- build DragonFly source in a buildworld environment

SYNOPSIS

wmake [options ...] target ...

DESCRIPTION

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

SEE ALSO

make(1), build(7) DragonFly 5.5 February 7, 2011 DragonFly 5.5

Search: Section: