From owner-cvs-src@FreeBSD.ORG Tue May 10 13:18:59 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 C190716A4D0; Tue, 10 May 2005 13:18:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9494D43D79; Tue, 10 May 2005 13:18:59 +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 j4ADIx92072733; Tue, 10 May 2005 13:18:59 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4ADIxiR072732; Tue, 10 May 2005 13:18:59 GMT (envelope-from harti) Message-Id: <200505101318.j4ADIxiR072732@repoman.freebsd.org> From: Hartmut Brandt Date: Tue, 10 May 2005 13:18:59 +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 nonints.h var.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: Tue, 10 May 2005 13:18:59 -0000 harti 2005-05-10 13:18:59 UTC FreeBSD src repository Modified files: usr.bin/make job.c job.h main.c nonints.h var.c Log: Move Cmd_Exec() from main.c to job.c and fix its prototype. This results in a warning that will go away soon. Patch: 7.198 Submitted by: Max Okumoto Revision Changes Path 1.94 +110 -0 src/usr.bin/make/job.c 1.33 +3 -0 src/usr.bin/make/job.h 1.139 +0 -109 src/usr.bin/make/main.c 1.34 +0 -1 src/usr.bin/make/nonints.h 1.152 +1 -0 src/usr.bin/make/var.c