From owner-cvs-all@FreeBSD.ORG Sun Oct 9 06:36:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95E2616A41F; Sun, 9 Oct 2005 06:36:51 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5577A43D45; Sun, 9 Oct 2005 06:36:51 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j996apmb046676; Sun, 9 Oct 2005 06:36:51 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j996apfv046675; Sun, 9 Oct 2005 06:36:51 GMT (envelope-from scottl) Message-Id: <200510090636.j996apfv046675@repoman.freebsd.org> From: Scott Long Date: Sun, 9 Oct 2005 06:36:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/make job.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Oct 2005 06:36:51 -0000 scottl 2005-10-09 06:36:51 UTC FreeBSD src repository Modified files: usr.bin/make job.c Log: Make sure that the created fifo gets deleted if the top level make instance exits due to a signal. Revision Changes Path 1.124 +2 -0 src/usr.bin/make/job.c