cvs commit: src Makefile.inc1 src/usr.bin Makefile src/usr.bin/wmake Makefile wmake.sh
Matthew Dillon
dillon at crater.dragonflybsd.org
Sun Aug 10 17:26:03 PDT 2003
dillon 2003/08/10 17:25:17 PDT
Modified files:
. Makefile.inc1
usr.bin Makefile
Added files:
usr.bin/wmake Makefile wmake.sh
Log:
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.
Revision Changes Path
1.7 +7 -0 src/Makefile.inc1
1.6 +1 -0 src/usr.bin/Makefile
More information about the Commits
mailing list