From owner-freebsd-hackers@FreeBSD.ORG Tue Apr 22 20:21:14 2014 Return-Path: Delivered-To: freebsd-hackers@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 B54731D1 for ; Tue, 22 Apr 2014 20:21:14 +0000 (UTC) Received: from mail-qa0-f44.google.com (mail-qa0-f44.google.com [209.85.216.44]) (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 7833E17AF for ; Tue, 22 Apr 2014 20:21:14 +0000 (UTC) Received: by mail-qa0-f44.google.com with SMTP id hw13so5593855qab.3 for ; Tue, 22 Apr 2014 13:21:07 -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:from:date:message-id:subject :to:cc:content-type; bh=OcYkFlJoh5wQnslT7gNshBfhwRLVGj+WX96QxHDnIWg=; b=KaNHupUp7xxpoDKpoBhfv4GULR+4HkWQpoiBk+/U9Fbe1XAw9ltZMBplL88D1sZLSH BwdVU2Gr7lxLDc7jPq1YFNdnuDPk3TYrDmmSzdUaNzASYm8L21fDLzwmTNAmzsAMMSMS T/p9AbgYKl/4eZKksWSJzzi1o+GfpZIWPFc+vuf/gU2QCLLbv3ZkxYTyDKrYF8nHhlYf NhoEMbDL5jwn+r/8Bp89TuU7P6MSW9hI/e17p5XGq61rQtcKTD1Qkt1GqbsxNjaFY3rs Hw7YG/z+klBcjiYmIOYUKonfWdZbrPmBGvyVjrNIRE2PqJcVwRqObxfbNWigF9b0Hujc YZNg== X-Gm-Message-State: ALoCoQkPpOTLu4/RnBesRM91h2CHVXgSNgj1FVC0m7iBYG55TgVnL2fS6mCc0x/Tu5Bl3AwZBdbY X-Received: by 10.140.46.53 with SMTP id j50mr14855514qga.27.1398198067089; Tue, 22 Apr 2014 13:21:07 -0700 (PDT) MIME-Version: 1.0 Sender: jmmv@meroh.net Received: by 10.96.83.99 with HTTP; Tue, 22 Apr 2014 13:20:46 -0700 (PDT) X-Originating-IP: [2620:0:1009:a:7c7b:1a65:941b:3ef6] From: Julio Merino Date: Tue, 22 Apr 2014 13:20:46 -0700 X-Google-Sender-Auth: SXuYnxP6LOpy8yIvpP7ISX7EJdg Message-ID: Subject: Can fmake be deleted? To: freebsd-hackers@freebsd.org Content-Type: text/plain; charset=UTF-8 Cc: "Simon J. Gerraty" X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2014 20:21:14 -0000 Hello, The WITHOUT_BMAKE=yes build has been broken for over a month and, as far as I can tell, only tinderbox noticed... (Should be fixed with a commit I made yesterday but tinderbox hasn't caught up yet.) Question: is there any reason to keep the old fmake around or could it be deleted along all the MK_BMAKE logic? Thanks