From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 From: Mike Frysinger To: Dan Streetman Cc: gdb-patches@sourceware.org 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-Spam-Status: No, score=-5.0 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, RCVD_IN_DNSWL_LOW, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org 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: , X-List-Received-Date: Tue, 11 May 2021 21:40:52 -0000 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