From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id RvHaCuf5mmC+RwAAWB0awg (envelope-from ) for ; Tue, 11 May 2021 17:40:55 -0400 Received: by simark.ca (Postfix, from userid 112) id 1ECE71F11C; Tue, 11 May 2021 17:40:55 -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 925BD1E813 for ; Tue, 11 May 2021 17:40:54 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 3E4343846403; Tue, 11 May 2021 21:40:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3E4343846403 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1620769254; bh=27R79Dosdy+iKsN6HlMyL+aAZkuoekoM+JiUZ1uuou4=; 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=HX9JQKWftam6syS0ZV062/gzWvx66/MAeNj7T85KFFk7Kfl9VozfmkixHgohFpoNg z5XK7OXeVwA+Am38lsbPLvQ9BNS7JycyliABGjz7uNqRDC5LuJY2bw+QwmfF+CrVsB Hp+p+08souXjX0fyH5jh8gdbeqaP7KKCSSAej37E= Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) by sourceware.org (Postfix) with ESMTP id 1DD153846403 for ; Tue, 11 May 2021 21:40:51 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 1DD153846403 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 E0261335D4B; Tue, 11 May 2021 21:40:49 +0000 (UTC) Date: Tue, 11 May 2021 17:40:48 -0400 To: Dan Streetman Subject: Re: [PATCH] add missing empty targets to sim/ppc/Makefile.in Message-ID: Mail-Followup-To: Dan Streetman , gdb-patches@sourceware.org References: <20210511132815.3045147-1-ddstreet@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210511132815.3045147-1-ddstreet@canonical.com> 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@sourceware.org Sender: "Gdb-patches" On 11 May 2021 09:28, Dan Streetman via Gdb-patches wrote: > These are copied from sim/common/Make-common.in > > On ppc the build fails without at least the 'info' target, e.g.: > > Making info in ppc > make[4]: Entering directory '/<>/gdb-10.2.2974.g5b45e89f56d+21.10.20210510155809/build/default/sim/ppc' > make[4]: *** No rule to make target 'info'. Stop. looks great, thanks -mike