From owner-freebsd-ports Wed Nov 20 04:16:51 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA27987 for ports-outgoing; Wed, 20 Nov 1996 04:16:51 -0800 (PST) Received: from dfw-ix5.ix.netcom.com (dfw-ix5.ix.netcom.com [206.214.98.5]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id EAA27981 for ; Wed, 20 Nov 1996 04:16:49 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (ala-ca8-35.ix.netcom.com [207.93.141.163]) by dfw-ix5.ix.netcom.com (8.6.13/8.6.12) with ESMTP id EAA20985; Wed, 20 Nov 1996 04:15:54 -0800 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.2/8.6.9) id EAA02136; Wed, 20 Nov 1996 04:15:51 -0800 (PST) Date: Wed, 20 Nov 1996 04:15:51 -0800 (PST) Message-Id: <199611201215.EAA02136@silvia.HIP.Berkeley.EDU> To: fenner@parc.xerox.com CC: ports@freebsd.org In-reply-to: <96Nov19.125320pst.177557@crevenia.parc.xerox.com> (message from Bill Fenner on Tue, 19 Nov 1996 12:53:13 PST) Subject: Re: "make clean" now cleans dependencies? From: asami@freebsd.org (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * I'm working on a new port on thud, and discovered that "make clean" * now tries to do a "make clean" in all of this port's dependencies. * At least while creating a port, "make clean" is something that I do * a lot, and I don't want to have to rebuild tk every time I clean and * rebuild my port. Why is that, it doesn't remove the installation of tk. For most people this is just a no-op anyway. * Can the clean-depends target be made seperate, * or triggered by "reallyclean" or something? Or is there a reason If you really need the tk build dir lying around, define NOCLEANDEPENDS in your environment. Satoshi