View Single Post

   
  #2 (permalink)  
Old 02-19-2008, 02:54 PM
Old Man
 
Posts: n/a
Default Re: GCC Compiler questions

David O wrote:

> I'm just wondering if anyone can tell me where all the files are stored
> during compilation? I have an old laptop im putting slack on to use for
> e-mail and webbrowsing; and im trying to compile a slimmed down kernel
> for it to use. Being the newbie that i am I've sort of "lost track" of
> what step im on and would like to start over from scratch. Only prblem
> is that ive filled up my harddrive with files used during the
> compilation. Is it possible to clear out those files, or should I just
> start over?


make mrproper will clean up the source tree.

--
Old Man
Reply With Quote