From owner-cvs-all Sun Apr 26 02:52:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA09508 for cvs-all-outgoing; Sun, 26 Apr 1998 02:51:30 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03293; Sun, 26 Apr 1998 02:46:14 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA13705; Sun, 26 Apr 1998 02:44:51 -0700 (PDT) Date: Sun, 26 Apr 1998 02:44:51 -0700 (PDT) Message-Id: <199804260944.CAA13705@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/make suff.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1998/04/26 02:44:51 PDT Modified files: usr.bin/make suff.c Log: When all transformation rules to or from a suffix disappeared, make tries to free the suffix. I think, it is a very strange idea. (Or, maybe, it is a POSIX requirement?) And it is done incorrectly. Apparently, it even don't update the list of known suffixes (but it is an other bug). PR: 4254, 4692, 4783 Reviewed by: phk Submitted by: Dmitrij Tejblum Revision Changes Path 1.9 +7 -21 src/usr.bin/make/suff.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message