From owner-cvs-all@FreeBSD.ORG Thu Nov 25 10:09:02 2004 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 E96A116A4CF; Thu, 25 Nov 2004 10:09:01 +0000 (GMT) Received: from n33.kp.t-systems-sfr.com (n33.kp.t-systems-sfr.com [129.247.16.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77DAD43D39; Thu, 25 Nov 2004 10:09:00 +0000 (GMT) (envelope-from harti@freebsd.org) Received: from n81.sp.op.dlr.de (n81g.sp.op.dlr.de [129.247.163.1]) iAPA8xU146712; Thu, 25 Nov 2004 11:08:59 +0100 Received: from zeus.nt.op.dlr.de (zeus.nt.op.dlr.de [129.247.173.3]) iAPA8wI362844; Thu, 25 Nov 2004 11:08:58 +0100 Received: from beagle.kn.op.dlr.de (opkndnwsbsd178 [129.247.173.178]) by zeus.nt.op.dlr.de (8.11.7+Sun/8.9.1) with ESMTP id iAPA9ku23796; Thu, 25 Nov 2004 11:09:46 +0100 (MET) Date: Thu, 25 Nov 2004 11:09:17 +0100 (CET) From: Harti Brandt X-X-Sender: brandt@beagle.kn.op.dlr.de To: Hartmut Brandt In-Reply-To: <200411251003.iAPA3Tb4013335@repoman.freebsd.org> Message-ID: <20041125110603.T684@beagle.kn.op.dlr.de> References: <200411251003.iAPA3Tb4013335@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/tools/regression/usr.bin/make Makefile regress.shell_2B.out regress.shell_2j.out shell_test X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Harti Brandt List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Nov 2004 10:09:02 -0000 cvs has removed the x mode from shell_test when I committed this. How do change this (so that cvs update checks out the file with x set)? harti On Thu, 25 Nov 2004, Hartmut Brandt wrote: HB>harti 2004-11-25 10:03:29 UTC HB> HB> FreeBSD src repository HB> HB> Modified files: HB> tools/regression/usr.bin/make Makefile HB> Added files: HB> tools/regression/usr.bin/make regress.shell_2B.out HB> regress.shell_2j.out shell_test HB> Log: HB> Add some regression tests for the .SHELL target. I'm not sure that the HB> output of shell_2j is actually correct - it just tests what make currently HB> does. Make should switch on echoing for the second line, shouldn't it? HB> HB> Revision Changes Path HB> 1.23 +50 -1 src/tools/regression/usr.bin/make/Makefile HB> 1.1 +3 -0 src/tools/regression/usr.bin/make/regress.shell_2B.out (new) HB> 1.1 +6 -0 src/tools/regression/usr.bin/make/regress.shell_2j.out (new) HB> 1.1 +6 -0 src/tools/regression/usr.bin/make/shell_test (new) HB> HB> HB>