From owner-svn-src-head@FreeBSD.ORG Fri Mar 28 08:32:49 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6DD56A1B for ; Fri, 28 Mar 2014 08:32:49 +0000 (UTC) Received: from mail-qc0-f178.google.com (mail-qc0-f178.google.com [209.85.216.178]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2A82BDDD for ; Fri, 28 Mar 2014 08:32:48 +0000 (UTC) Received: by mail-qc0-f178.google.com with SMTP id i8so5498363qcq.23 for ; Fri, 28 Mar 2014 01:32:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=4nRdcjbapjrtSShgp+UtKy0xKvQ8sVkhL00IL2OVP0s=; b=YfMl6UVbEFaH7THmOcXMUw/U1IsZc14fG5QCdVAK4v//kZAGw6V2oHGODCrJisPYr4 S4gB6REgDb304ZZrfz4glJYrlaWXFeXguRMmocsiIZ/t0QUiViJv6BP4dUlImoac/r5n BJdg6jbEQo2zbIkmyMSMr0fE3lrHrmuceEOufnjMq/g1/hwwm7VUrGBm53k/tKucvnJ3 M2EvSPNZAnoWeNy78/pblcdSwJbKaObRwgIhozk9fNUMaKhSmEiwyBlnrkwKmZBJ+/LD 1IoL7CAnS37l9r3OgGduCMmPHPkUSuiCRmfjEonqy1KNAIpFKoLJGdbLIshK1VZxdQ+s hgXw== X-Gm-Message-State: ALoCoQk61ZpVF0aoaiWQMrz1f4Df2U3WKPQTtZq3i+IPf6Oyc/Wl5AztuO9iLhI8/20TSLSsggey X-Received: by 10.224.25.2 with SMTP id x2mr7769033qab.37.1395995568044; Fri, 28 Mar 2014 01:32:48 -0700 (PDT) MIME-Version: 1.0 Sender: jmmv@meroh.net Received: by 10.96.83.102 with HTTP; Fri, 28 Mar 2014 01:32:27 -0700 (PDT) X-Originating-IP: [2401:fa00:d:c:c54e:32b8:1d2a:b775] In-Reply-To: <864n2mxpun.fsf@nine.des.no> References: <201403191229.s2JCTLDp024608@svn.freebsd.org> <864n2mxpun.fsf@nine.des.no> From: Julio Merino Date: Fri, 28 Mar 2014 17:32:27 +0900 X-Google-Sender-Auth: vdgpFMXwFHRJEzWD_jleJ0E7CGI Message-ID: Subject: Re: svn commit: r263346 - in head: etc/mtree tools/build/mk tools/regression/usr.bin/make usr.bin/make usr.bin/make/tests usr.bin/make/tests/archives/fmt_44bsd usr.bin/make/tests/archives/fmt_44bsd_mod... To: =?ISO-8859-1?Q?Dag=2DErling_Sm=F8rgrav?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2014 08:32:49 -0000 On Wed, Mar 26, 2014 at 12:25 AM, Dag-Erling Sm=F8rgrav wrote: > Julio Merino writes: >> Log: >> Migrate tools/regression/usr.bin/make/ to the new tests layout. >> >> Note that these tests are for fmake, not bmake, and thus they are not >> installed nor run when bmake is selected (the default). Yes, I have >> wasted a *ton* of time on moving tests for no real reason other than >> ensuring they are not left behind. >> >> But maybe, just maybe, it was not work in vain: the majority of these >> tests also work with bmake and the few that don't may point at broken >> stuff. For example, the tests for the "archive" feature do not work >> with bmake, but bmake's manpage and source tree seem to imply that the= y >> should. So... to be investigated later; need to poke sjg@. > > This, or a subsequent but related commit, broke the WITHOUT_BMAKE build: Apologies for not having gotten to this yet. Will try to deal with it during the weekend or next week when I'm back home. (Still traveling after AsiaBSDCon and been focusing on fixing some other issues in the testing cluster.) In the meantime: could someone enlighten me as to why !bmake is still suppo= rted? Thanks!