Date: Wed, 7 Mar 2001 16:55:08 -0800 (PST) From: Thomas Moestl <tmm@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make suff.c Message-ID: <200103080055.f280t9A82021@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103080055.f280t9A82021>