From owner-freebsd-current@freebsd.org Thu Jun 22 16:43:30 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35098D904EA for ; Thu, 22 Jun 2017 16:43:30 +0000 (UTC) (envelope-from bryan-lists@shatow.net) Received: from mail.xzibition.com (mail.xzibition.com [52.11.127.251]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 19FD2819B2 for ; Thu, 22 Jun 2017 16:43:29 +0000 (UTC) (envelope-from bryan-lists@shatow.net) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id AB7C37AEA for ; Thu, 22 Jun 2017 16:43:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id m_H91iyb5xnH for ; Thu, 22 Jun 2017 16:43:26 +0000 (UTC) Subject: Re: Update the Makefile for ioctl.c? DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com D2C8D7AE4 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=shatow.net; s=mxc204805312015; t=1498149806; bh=Y0S1SPLlj6T1a28/YhyepEFToOoL7qeWP8qDiqwgj1U=; h=Subject:To:References:From:Date:In-Reply-To; b=Sltf2x9vLLd2UI7x1tx8ptbv5t3CXvSAdRiVNZwohpTXSPlbGAUX2KPuJ9k1/dV/0 AqkFpeu1UARSmAE8SiNm10OgqDp+MeKyezQampI8c/jXtv5ocrL7kXkWDCsIyYrS0b XbXWW9ooAcPNog0zyc0QgDa5UK0NHJNBNBKSQ8GGhRvqUEsc+0Pm9dTav18BEILZge 3JPCK5fmBu4Fu/KmX8YABzpW7B79mVotv0b4vE7Sz8L6ItNt5fex6FbJaXNsFVPZy9 KB2c+ZBHcaq77ZoPCEXxRAgAbiWdGFYD71mSlttjkwd236gtcfdp5KaqyQ5DDcqa9N 3tLLM9qUim/kg== To: freebsd-current@freebsd.org References: <20170621152004.s7x7nilwe6zlueab@lrosenman.local> <12b9622c-f0bc-b1ac-b992-a29c88a129d2@shatow.net> From: Bryan Drewery Message-ID: <5f7b8372-a336-8237-95a9-6028aa4a27d9@shatow.net> Date: Thu, 22 Jun 2017 09:43:26 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <12b9622c-f0bc-b1ac-b992-a29c88a129d2@shatow.net> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Thu, 22 Jun 2017 16:43:30 -0000 On 6/22/2017 9:22 AM, Bryan Drewery wrote: > On 6/21/2017 8:20 AM, Larry Rosenman wrote: >> Greetings, >> It looks like the Makefile for ioctl.c didn't get the memo on some >> pieces being removed: >> >> --- ioctl.c --- >> egrep: dev/utopia/idtphy.h: No such file or directory >> egrep: dev/utopia/suni.h: No such file or directory >> egrep: dev/utopia/utopia.h: No such file or directory >> egrep: dev/utopia/utopia_priv.h: No such file or directory >> egrep: net/if_atm.h: No such file or directory >> egrep: netgraph/atm/ng_atm.h: No such file or directory >> egrep: netinet/if_atm.h: No such file or directory >> >> I'm not sure what to fix here. :( >> >> > > I'm looking into it. I don't see anything obvious yet. Though these > should be non-fatal. > It's due to META_MODE using -DNO_CLEAN which doesn't remove old headers in WORLDMTP/usr/include. It's harmless in this case but annoying. I will think about how to address it properly. -- Regards, Bryan Drewery bdrewery@freenode/EFNet