From owner-cvs-all@FreeBSD.ORG Sat Apr 14 05:04:10 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DBE5E16A401; Sat, 14 Apr 2007 05:04:10 +0000 (UTC) (envelope-from will@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B933613C455; Sat, 14 Apr 2007 05:04:10 +0000 (UTC) (envelope-from will@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3E54A8j059036; Sat, 14 Apr 2007 05:04:10 GMT (envelope-from will@repoman.freebsd.org) Received: (from will@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3E54AOH059035; Sat, 14 Apr 2007 05:04:10 GMT (envelope-from will) Message-Id: <200704140504.l3E54AOH059035@repoman.freebsd.org> From: Will Andrews Date: Sat, 14 Apr 2007 05:04:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 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: Sat, 14 Apr 2007 05:04:11 -0000 will 2007-04-14 05:04:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/make job.c Log: MFC: r1.125: Fix -j with Makefiles specified via stdin. Requested by: Ulrich Spoerlein Revision Changes Path 1.122.2.2 +1 -1 src/usr.bin/make/job.c