[Gllug] Getting a rpm file list

Bruce Richardson itsbruce at uklinux.net
Wed Oct 31 11:40:23 UTC 2001



>>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<

On 10/31/01, 4:15:51 AM, mike <mike at redtux.demon.co.uk> wrote regarding 
[Gllug] Getting a rpm file list:


> Can anyone point me to a utility/how-to that will let me generate a
> files list for rpm from the old configure,make ,make install process.

If it's gnu make (should be) it has an -n option, which prints out the 
commands but doesn't execute them.  So

make -n install

or 

make -n install | grep install

should give you something to work with.

-- 

Bruce

-- 
Gllug mailing list  -  Gllug at linux.co.uk
http://list.ftech.net/mailman/listinfo/gllug




More information about the GLLUG mailing list