Date: Mon, 30 Aug 2004 22:27:22 +0300 From: Tom Alsberg <alsbergt@zoopee.org> To: Brooks Davis <brooks@one-eyed-alien.net> Cc: simon@freebsd.org Subject: Re: make "quickworld"? (like in DragonFly) Message-ID: <20040830192722.GA29212@zoopee.org> In-Reply-To: <20040815165330.GA4726@odin.ac.hmc.edu> References: <20040810223606.GA75648@lori.mine.nu> <20040811124714.GA51160@eddie.nitro.dk> <20040814080337.GA17811@lori.mine.nu> <20040815165330.GA4726@odin.ac.hmc.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Aug 15, 2004 at 09:53:30AM -0700, Brooks Davis wrote: > On Sat, Aug 14, 2004 at 10:03:37AM +0200, Geert Hendrickx wrote: > > Does adding "NOCLEAN=true" to /etc/make.conf have the same effect? Just my two cents: > Yes, but it's likely to attract flames because NOCLEAN does fail. If > you forget it's in your make.conf there's a good chance you could report > a bug that isn't a bug a waste a bunch of developer time. In that case, there is a bug though - namely, a bug in the Makefile. Although this has happened to me in the past, it shouldn't happen in normal circumstances. The idea of Makefiles, when writing them correctly, is that only what's affected by a change -- but everything affected by it -- will be rebuilt in case of a change. So there's no good reason for a make to fail unless something very odd happened (with the timestamps, etc.) or something like this happens, it means some dependency is missing, or some script external to the Makefile did something wrong. > -- Brooks Cheers, -- Tom -- Tom Alsberg - certified insane, complete illiterate. Homepage: http://www.cs.huji.ac.il/~alsbergt/ * An idea is not responsible for the people who believe in it.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040830192722.GA29212>