When I ran 'make uninstall' for a program I had installed it removed all of the files (i think, not really sure) but the empty directories are still there. Is this standard procedure?
When you install a program to say /usr/local all of the program files are installed somewhere within this directory, correct?
So techically if I didnt have a 'make uninstall' to run, I could just go into /usr/local and search for sub directories of the installed program and delete them and the program would be uninstalled right?
That's pretty much it, yes. Some programs vary - they might install like /usr/local/program, or they might do it like /usr/local/bin/program-exe /usr/local/lib/program-lib and so on.
You can get an idea of what was done by looking at the install section of the Makefile.
You are about to answer a thread that has been inactive for more than 6 months. If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.