Add the 'wmake' script to /usr/bin and wmake support to Makefile.inc1.
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 11 Aug 2003 00:25:17 +0000 (00:25 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 11 Aug 2003 00:25:17 +0000 (00:25 +0000)
commitcb0f15741e7b2c3a76968698344f9b1000bfd05b
tree3c17c90b6a70242a5dac7df166f076585da8330e
parent15d777e8a87ac5dc90f1835c2421bf354de4d600
Add the 'wmake' script to /usr/bin and wmake support to Makefile.inc1.

This script allows you to build any element within /usr/src using a
buildworld environment and is extremely useful for debugging or
development work.  Instead of having to restart the buildworld
(even with -DNOCLEAN -DNOTOOLS it can take a while) this script can
be used to immediately build whatever piece of the world you are
working on.
Makefile.inc1
usr.bin/Makefile
usr.bin/wmake/Makefile [new file with mode: 0644]
usr.bin/wmake/wmake.sh [new file with mode: 0644]