Masterson, David writes: > Also, "make install" may test to see if the target directory pre-existed Keeping track of what directories you actually made will not work. Let's say I install pkg1 in /opt/bin, it creates both /opt and /opt/bin. Then I install pkg2 in /opt/bin and /opt/lib, it only makes the latter. Then I uninstall pkg1 but it will not remove any directory because they're still in use. Then I uninstall pkg2. According to its records it only created /opt/lib, so it only removes that. Now I had two packages with highly intelligent directory tracking and they leave me an empty /opt/bin which I don't need. That is arguably worse than doing nothing at all and admitting that. -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/ Sweden
- Re: shall `make uninstall' remove directories? Peter Eisentraut
- Re: shall `make uninstall' remove directorie... Tom Tromey
- Re: shall `make uninstall' remove directorie... François Pinard
- Re: shall `make uninstall' remove direct... Akim Demaille
- Re: shall `make uninstall' remove direct... Peter Eisentraut
- Re: shall `make uninstall' remove d... François Pinard
- Re: shall `make uninstall' remove directories? Pavel Roskin
- Re: shall `make uninstall' remove directories? Eric Siegerman
- FW: shall `make uninstall' remove directories? Masterson, David
- Re: FW: shall `make uninstall' remove directories? Pavel Roskin
- Re: shall `make uninstall' remove directories? Peter Eisentraut
- RE: FW: shall `make uninstall' remove directories? Masterson, David
- Re: FW: shall `make uninstall' remove directories? Eric Siegerman
- Re: shall `make uninstall' remove directories? Lars J. Aas
- RE: shall `make uninstall' remove directories? Masterson, David
- RE: shall `make uninstall' remove directories? Tom Tromey
- Re: shall `make uninstall' remove directories? Akim Demaille
- RE: shall `make uninstall' remove directories? Masterson, David