Re: Dependency Viewing

2006-02-01 Thread M.Canales.es
El Miércoles, 1 de Febrero de 2006 10:14, Richard A Downing escribió: > All that is needed is a simple list in the form, e.g.: > > libmng: libjpeg lcms > > for each package and a blank list for those with no deps. > > libjpeg: > lcms: > bc: > > all wrapped up with a bit of makefile magic. > > You

Dependency Viewing

2006-02-01 Thread Richard A Downing
It was pointed out on Greg's DIY-Linux list that make can be used to print a dependency list - not nearly so beautifully as Nico's dependency graph, but as a useful list. I think it should be possible to generate the makefile directly from the BLFS Book XML, but I'm not competent to do this myself