From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id cIoiMHQl0WDXSQAAWB0awg (envelope-from ) for ; Mon, 21 Jun 2021 19:49:08 -0400 Received: by simark.ca (Postfix, from userid 112) id B5C111F1F2; Mon, 21 Jun 2021 19:49:08 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RDNS_DYNAMIC,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id DE3231E54D for ; Mon, 21 Jun 2021 19:49:07 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 722C1385E447 for ; Mon, 21 Jun 2021 23:49:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 722C1385E447 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1624319347; bh=3utFxSrj7GLcaT9qkDLbbKeH5kmFq7WY3uW0gBj850E=; h=Date:To:Subject:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=im7Bf1483jw4bFcSF0/FUb6MDLT+RtfFpMf/4OIy62fJIG6A2SJ78U2uOIzbyVrHB 3iTGIF0rv69+8Hib2Iyn9RC4tnWbTCIYMl6yYYULEDwx8sRSqSn64jgQ/lcR6G4m9O 49omYVIF6YZmvo9ykbRegvwuX4WxuSnpJD/iXcDc= Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) by sourceware.org (Postfix) with ESMTP id A72AD385802E for ; Mon, 21 Jun 2021 23:48:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A72AD385802E Received: from vapier (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A418D33C6B6; Mon, 21 Jun 2021 23:48:47 +0000 (UTC) Date: Mon, 21 Jun 2021 19:48:46 -0400 To: Simon Marchi Subject: Re: [PATCH 1/3] sim: split sim/callback.h include out Message-ID: Mail-Followup-To: Simon Marchi , gdb-patches@sourceware.org References: <20210616063302.20722-1-vapier@gentoo.org> <94ba52be-2bf0-b4ce-4572-57da5a45e701@polymtl.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <94ba52be-2bf0-b4ce-4572-57da5a45e701@polymtl.ca> X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Mike Frysinger via Gdb-patches Reply-To: Mike Frysinger Cc: gdb-patches@sourceware.org Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" On 21 Jun 2021 13:38, Simon Marchi via Gdb-patches wrote: > Well, it builds fine now, I probably was just in a bad state. Sorry for > the noise. np. i've been a bit unhappy with the build in general and it detecting changes. i'm hoping the move to automake will help more with that, and with getting more knobs out of CPPFLAGS and into config.h (or doing it at runtime). i've gotten a bit in the habit of doing `make clean` and leaning on ccache to keep rebuilds fast. -mike