From owner-freebsd-questions@FreeBSD.ORG Sat Jul 3 09:19:46 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8235716A4CE for ; Sat, 3 Jul 2004 09:19:46 +0000 (GMT) Received: from outmx009.isp.belgacom.be (outmx009.isp.belgacom.be [195.238.3.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC23C43D62 for ; Sat, 3 Jul 2004 09:19:45 +0000 (GMT) (envelope-from geert@lori.mine.nu) Received: from outmx009.isp.belgacom.be (localhost [127.0.0.1]) with ESMTP id i639Jh41007970 for ; Sat, 3 Jul 2004 11:19:43 +0200 (envelope-from ) Received: from lori.mine.nu (123-22.244.81.adsl.skynet.be [81.244.22.123]) with ESMTP id i639Jh1H007953; Sat, 3 Jul 2004 11:19:43 +0200 (envelope-from ) Received: by lori.mine.nu (Postfix, from userid 1000) id 58F70EA; Sat, 3 Jul 2004 11:19:38 +0200 (CEST) Date: Sat, 3 Jul 2004 11:19:37 +0200 From: Geert Hendrickx To: "Conrad J. Sabatier" Message-ID: <20040703091936.GA1871@lori.mine.nu> References: <20040701225452.GA16898@lori.mine.nu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2i X-GPG-Key: http://www.win.ua.ac.be/~s005085/gnupgkey.txt X-GPG-Key-ID: 1024D/766C1E92 X-Accept-Language: nl,en cc: freebsd-questions@freebsd.org Subject: Re: make buildworld: build changes only? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 09:19:46 -0000 > make -DNOCLEAN buildworld > > See /usr/src/Makefile.inc1 for all the various switches that are > available. You may want to set some of them permanently in > /etc/make.conf. > > Just do be aware that doing this can lead to trouble sometimes. Ok, I think this is what I was looking for. But what's the difference between these: ? # -DNOCLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir # -DNOCLEAN do not clean at all GH