LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Can I delete source files? (https://www.linuxquestions.org/questions/linux-software-2/can-i-delete-source-files-133033/)

downinthemine 01-09-2004 07:50 AM

Can I delete source files?
 
After I compile a program from source, can I safely delete the source files?

hw-tph 01-09-2004 07:54 AM

Yes, but I think you should keep the source as the Makefile usually contains a useful uninstall target (so you can do a make uninstall to remove the software altogether). You can often do a make clean to remove all binary packages in the source tree that may be taking up lots of space.


Håkan


All times are GMT -5. The time now is 01:45 AM.