From owner-cvs-src@FreeBSD.ORG Thu Nov 4 12:57:41 2004 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 B351F16A4CF; Thu, 4 Nov 2004 12:57:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9086143D1D; Thu, 4 Nov 2004 12:57:41 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id iA4CvfSx002445; Thu, 4 Nov 2004 12:57:41 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iA4CvfCo002444; Thu, 4 Nov 2004 12:57:41 GMT (envelope-from harti) Message-Id: <200411041257.iA4CvfCo002444@repoman.freebsd.org> From: Hartmut Brandt Date: Thu, 4 Nov 2004 12:57:41 +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, 04 Nov 2004 12:57:41 -0000 harti 2004-11-04 12:57:41 UTC FreeBSD src repository Modified files: usr.bin/make job.c job.h main.c Log: Remove the remote stuff from make. This actually never worked in our make because the necessary files were not imported with the original import. If somebody really needs it, there is still the devel/pmake port. This is just the first step and removes just everything that is ifdef'ed out. Otherwise the code is unchanged. Checked by: md5 Approved by: no objections on arch@ Revision Changes Path 1.53 +49 -413 src/usr.bin/make/job.c 1.23 +0 -22 src/usr.bin/make/job.h 1.93 +1 -25 src/usr.bin/make/main.c