> Finns det nåt trevligt verktyg som loggar vart alla filer hamnar när man
> gör en "make install" på nåt paket som _inte_ har nån "make uninstall"?
> 
>       /Daniel
...

$ man make 2>/dev/null | grep -C -- '-n'
            With no argument, removes a previous load limit.

       -n   Print the commands that would be executed, but do not
            execute them.

--
       -W file
            Pretend that the target file has just been  modified.
            When used with the -n flag, this shows you what would
            happen if you were to modify that file.  Without  -n,
            it  is  almost the same as running a touch command on
            the given file before running make, except  that  the

Hälsningar,
/Karl

-----------------------------------------------------------------------
Karl Hammar                    Aspö Data           [EMAIL PROTECTED]
Lilla Aspö 2340               0173 140 57                       Nätverk
S-742 94 Östhammar            018 260 900            Datorer/Utrustning
Sweden                       010 270 26 67        Linux/Unix konsulting
-----------------------------------------------------------------------


Till