From owner-freebsd-current Sat Nov 15 23:49:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA25400 for current-outgoing; Sat, 15 Nov 1997 23:49:04 -0800 (PST) (envelope-from owner-freebsd-current) Received: from conductor.synapse.net (conductor.synapse.net [199.84.54.18]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id XAA25392 for ; Sat, 15 Nov 1997 23:48:57 -0800 (PST) (envelope-from evanc@synapse.net) Received: (qmail 14901 invoked from network); 16 Nov 1997 07:48:55 -0000 Received: from cello.synapse.net (199.84.54.81) by conductor.synapse.net with SMTP; 16 Nov 1997 07:48:55 -0000 Date: Sun, 16 Nov 1997 02:48:54 -0500 (EST) From: Evan Champion To: spork cc: Edwin Culp , freebsd-current@FreeBSD.ORG Subject: Re: Way to _not_ build something in make world? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, 16 Nov 1997, spork wrote: > Copy "Makefile" to "makefile" and cvsup won't touch it, and make reads the > lower-case one first... Well, I have cvsup running in delete mode, so unless I specifically told it to leave the file alone, it's just going to nuke the makefile. I guess there isn't really a good way of doing this that doesn't smell of hack in one way or another. Evan