From owner-cvs-all Wed Mar 7 16:55:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C94D37B719; Wed, 7 Mar 2001 16:55:09 -0800 (PST) (envelope-from tmm@FreeBSD.org) Received: (from tmm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f280t9A82021; Wed, 7 Mar 2001 16:55:09 -0800 (PST) (envelope-from tmm) Message-Id: <200103080055.f280t9A82021@freefall.freebsd.org> From: Thomas Moestl Date: Wed, 7 Mar 2001 16:55:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make suff.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tmm 2001/03/07 16:55:08 PST Modified files: usr.bin/make suff.c Log: Fix two bugs in null suffix handling. Both occured only after the suffix list was cleared. Rules with null suffixes would not be rebuilt when the suffixes were added again. Adding null suffix rules would fail when a rule for the same source was declared before the suffix list was cleared. PR: 23328, 24102 Reviewed by: will Approved by: rwatson Revision Changes Path 1.17 +20 -7 src/usr.bin/make/suff.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message