From owner-freebsd-stable@FreeBSD.ORG Tue Nov 5 21:14:14 2013 Return-Path: Delivered-To: freebsd-stable@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 ESMTP id BE5E7C19 for ; Tue, 5 Nov 2013 21:14:14 +0000 (UTC) (envelope-from andrnils@gmail.com) Received: from mail-oa0-x230.google.com (mail-oa0-x230.google.com [IPv6:2607:f8b0:4003:c02::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8C4E82773 for ; Tue, 5 Nov 2013 21:14:14 +0000 (UTC) Received: by mail-oa0-f48.google.com with SMTP id h16so1192748oag.7 for ; Tue, 05 Nov 2013 13:14:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=0Jpb0WFZq6OarY8V7s37fip0nlVIQjO6OHQzBWdTIJM=; b=O/zKO+xsd1fl7C10yuCznvNTjLDCjWB0Ipd/i7g1kkNrL8FcF5Mhchw96JVsQXJlXZ PqAjGlDgXRYYHGwzOQAFYVuPB9fn39TzV9t9f77/o7iD3f4cc5lo/bTSy2s4jNmg6Zy0 LrTyA/ytDnLsT+rptJJWdDaA4WW4Vh8E1RublsTKfJdhHT2VeV/8/9nvgCqdTz3WKa7Y AF7L4vsQO1Qz1CqncYncggI3kHkS0pv0NPdijUfkT3xm+X4x6pan+058vaEHUwHCMA48 UJdqGqUqX5RmDZ1PDimNfGS/oZhyHE81H+JCK6QEtbrpJ/e14NCAE+WdCEqagzdJBGh6 2FTQ== MIME-Version: 1.0 X-Received: by 10.60.156.232 with SMTP id wh8mr749306oeb.56.1383686053596; Tue, 05 Nov 2013 13:14:13 -0800 (PST) Received: by 10.76.177.234 with HTTP; Tue, 5 Nov 2013 13:14:13 -0800 (PST) Date: Tue, 5 Nov 2013 22:14:13 +0100 Message-ID: Subject: 10-BETA3 From: Andreas Nilsson To: FreeBSD Stable Mailing List Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Nov 2013 21:14:14 -0000 Hello, I recently started using the 10 branch, and to my horror I found that make now no longer support -p switch. Is there any plans on providing such a switch for compatibility with gmake and previous make i fbsd? Best regards Andreas