"William D. Hathaway" <[EMAIL PROTECTED]> wrote:
> For sample code, Rich Teer has examples (and a whole 40 page chapter on
> doors) in his excellent "Solaris Systems Programming" book. I would highly
> recommend this book to anyone that is programming on Solaris. You can
> download sample source code and find more info on his book at
> http://www.rite-group.com/rich/ssp/
A quick look at the source results in a hint to Rich Teer:
If you like "make -n" to woek as expected, you should not
use:
target:
make bla
but:
target:
$(MAKE) bla
And note: make programs also support to propagate make options
to sub makes.
Jörg
--
EMail:[EMAIL PROTECTED] (home) Jörg Schilling D-13353 Berlin
[EMAIL PROTECTED] (uni)
[EMAIL PROTECTED] (work) Blog: http://schily.blogspot.com/
URL: http://cdrecord.berlios.de/old/private/ ftp://ftp.berlios.de/pub/schily
_______________________________________________
opensolaris-discuss mailing list
[email protected]