From owner-freebsd-current@FreeBSD.ORG Sun May 11 12:49:57 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F0A1CF75 for ; Sun, 11 May 2014 12:49:56 +0000 (UTC) Received: from mail-pa0-x235.google.com (mail-pa0-x235.google.com [IPv6:2607:f8b0:400e:c03::235]) (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 C70042016 for ; Sun, 11 May 2014 12:49:56 +0000 (UTC) Received: by mail-pa0-f53.google.com with SMTP id kp14so6324047pab.40 for ; Sun, 11 May 2014 05:49:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type; bh=nzjDdEYIy4RzO3IAfmjs4moWRxDrp8AaL3RS+YjARR0=; b=YuNeaWPXQVGdyoQWyP74TwIZDG2fuCrbbm67+YsiTyWSIwZs7IC9CGz/KP51qQshhQ UEtkEOcrQeV5+UHMXsIEazbNJkdvGoCj2jGIUE99ZoNFlE0eg+vt43XxJtXi0e5BRuMO EkHylOqhO42UAoY0H+eG7/k75xWSWWMYnhcniBaQ3IOULipBoILH1Wnhu4FQTb3NSfV2 uHEVvgPyXvyqRTSs/2xzTakbQjwWYnZ5eVZvF1nXXJohUMqgRSuITqJNxmfdZXoXX3l0 qomHv4RrLEOdJ7eXFqTd95I4XOXB42N48Yr1Vh9YOrMLhWHZB4blgFTUgtDdaSG9SGGE Abfw== X-Received: by 10.66.119.172 with SMTP id kv12mr43513293pab.34.1399812596207; Sun, 11 May 2014 05:49:56 -0700 (PDT) Received: from [192.168.1.101] ([183.90.37.190]) by mx.google.com with ESMTPSA id uy2sm17515595pbc.4.2014.05.11.05.49.53 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 11 May 2014 05:49:55 -0700 (PDT) Message-ID: <536F71F0.9030605@gmail.com> Date: Sun, 11 May 2014 20:49:52 +0800 From: bycn82 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20120129 Thunderbird/10.0 MIME-Version: 1.0 To: FreeBSD Current Subject: Makefile Problem of FreeBSD-Current Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2014 12:49:57 -0000 As you can see below . it still did not find the src.opts.mk root@FB10Head:/usr/src/sbin/ipfw # make make: "/usr/src/sbin/ipfw/Makefile" line 3: Could not find src.opts.mk make: "/usr/src/sbin/ipfw/Makefile" line 9: Malformed conditional (${MK_PF} != "no") make: "/usr/src/sbin/ipfw/../Makefile.inc" line 4: Could not find src.opts.mk make: "/usr/src/sbin/ipfw/../Makefile.inc" line 9: Malformed conditional (${MK_DYNAMICROOT} == "no") make: Fatal errors encountered -- cannot continue make: stopped in /usr/src/sbin/ipfw root@FB10Head:/usr/src/sbin/ipfw # uname -a FreeBSD FB10Head 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r265868: Sun May 11 11:44:35 UTC 2014 root@FB10Head:/usr/obj/usr/src/sys/GENERIC amd64