From owner-cvs-src@FreeBSD.ORG Thu May 12 14:43:33 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3455B16A4CE; Thu, 12 May 2005 14:43:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CD9143D49; Thu, 12 May 2005 14:43:33 +0000 (GMT) (envelope-from harti@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 j4CEhWPw075506; Thu, 12 May 2005 14:43:32 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4CEhWGY075505; Thu, 12 May 2005 14:43:32 GMT (envelope-from harti) Message-Id: <200505121443.j4CEhWGY075505@repoman.freebsd.org> From: Hartmut Brandt Date: Thu, 12 May 2005 14:43:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make job.c job.h main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 May 2005 14:43:33 -0000 harti 2005-05-12 14:43:32 UTC FreeBSD src repository Modified files: usr.bin/make job.c job.h main.c Log: Cleanup main(). Move catching SIGCHLD into job.c. Move unsetenv("ENV") into job.c. Move retrieving of environment nearer to the place where it is actually used and invert the preprocessor conditionals to use positive logic. Submitted by: Max Okumoto (7.236) Revision Changes Path 1.107 +32 -0 src/usr.bin/make/job.c 1.39 +2 -0 src/usr.bin/make/job.h 1.147 +29 -53 src/usr.bin/make/main.c