Developer Question

P

Paul Carton

Guest
Recently I have begun working on the Linux kernel trying to modify it and mess around with its structure to learn more about it. I was wondering, when I use the "make" command is there anyway I can get it to output the new files in a different directory rather than in the same folder, I just find it a bit confusing the compiled being in the same folder as the un-compiled!
 


If you read the man page about make, it says that if you use
Code:
-C foo
where 'foo' is the directory name. I haven't actually tried this, but give it a try!
 

Members online


Latest posts

Top