Phase three: producing binaries

This one's a piece of cake: in the release directory do
>ctnewpkg -ub mypackagectb
That'll add all the necessary instructions and a mypackagectb/bin directory.

The rest is the same as for integrated testing, but instead of an ITESTS file you have a BINARIES file, and there's no testxxx.sh file (but you do need a testxxx.cpp file, or mypackage_x.cpp if you want the binary to be named mypackage_x).

Running
>gmake mypackagectb.bin
from the release directory will create a binary in bin/$BFARCH (not mypackagectb/bin).

That's it, you're done.

Any questions, comments, corrections?  Feel free to contact me.



GB 1/18/99