From owner-cvs-all Thu Mar 8 18:25:15 2001 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id B2FCF37B719; Thu, 8 Mar 2001 18:25:10 -0800 (PST) (envelope-from des@ofug.org) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id DAA21009; Fri, 9 Mar 2001 03:25:09 +0100 (CET) (envelope-from des@ofug.org) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Thomas Moestl Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/make suff.c References: <200103080055.f280t9A82021@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 09 Mar 2001 03:25:09 +0100 In-Reply-To: Thomas Moestl's message of "Wed, 7 Mar 2001 16:55:08 -0800 (PST)" Message-ID: Lines: 18 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thomas Moestl writes: > Log: > Fix two bugs in null suffix handling. Both occured only after the suffix > list was cleared. Are you sure clearing the suffix list even works? I remember having to use 'make -r' for my custom rules to take effect, even though I had stuff like .SUFFIXES: .SUFFIXES: .c .o in my Makefile; a 'make -dA' would show that all the default rules were still getting evaluated. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message