|
|
Subscribe / Log in / New account

Quote of the week

Quote of the week

Posted May 25, 2019 7:23 UTC (Sat) by mcortese (guest, #52099)
In reply to: Quote of the week by flussence
Parent article: Quote of the week

I've always thought that the Right Way was

$ cd where/the/kernel/source/is
$ make TARGET

Never used -C or O=

Perhaps you are trying to address a special case, like keeping the source in a central root-owned dir but allowing non-root users to compile their version?


to post comments

Quote of the week

Posted May 25, 2019 15:34 UTC (Sat) by mathstuf (subscriber, #69389) [Link]

I always try to do out-of-source builds where possible. It allows me to move build trees to a separate partition, exclude them from backups, and I can have multiple configurations of a source tree built without having to start from scratch when switching between them.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds