From owner-cvs-all@FreeBSD.ORG Fri Oct 3 14:33:40 2003 Return-Path: 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 EF0B416A4BF; Fri, 3 Oct 2003 14:33:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09EE943FF5; Fri, 3 Oct 2003 14:33:40 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h93LXdXJ012660; Fri, 3 Oct 2003 14:33:39 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h93LXd3U012659; Fri, 3 Oct 2003 14:33:39 -0700 (PDT) (envelope-from ru) Message-Id: <200310032133.h93LXd3U012659@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 3 Oct 2003 14:33:39 -0700 (PDT) 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 compat.c main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 03 Oct 2003 21:33:41 -0000 ru 2003/10/03 14:33:39 PDT FreeBSD src repository Modified files: usr.bin/make compat.c main.c Log: Make the -q option DTRT in the compat mode. PR: 48210 Revision Changes Path 1.36 +1 -1 src/usr.bin/make/compat.c 1.85 +1 -0 src/usr.bin/make/main.c