From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) by sourceware.org (Postfix) with ESMTP id 03B433858032 for ; Tue, 3 Jan 2023 07:57:26 +0000 (GMT) Received: by smtp.gentoo.org (Postfix, from userid 559) id A7FF4340CD7; Tue, 3 Jan 2023 07:57:26 +0000 (UTC) From: Mike Frysinger To: gdb-patches@sourceware.org Subject: [PATCH 36/83] sim: build: drop common/nrun.o subdir hack Date: Tue, 3 Jan 2023 02:55:18 -0500 Message-Id: <20230103075605.13606-37-vapier@gentoo.org> X-Mailer: git-send-email 2.39.0 In-Reply-To: <20230103075605.13606-1-vapier@gentoo.org> References: <20230103075605.13606-1-vapier@gentoo.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-11.2 required=5.0 tests=BAYES_00,GIT_PATCH_0,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Now that all the subdirs handle their own builds, we can drop this common rule as it's unused, and we don't want to use it anymore. --- sim/Makefile.am | 3 --- sim/Makefile.in | 3 --- 2 files changed, 6 deletions(-) diff --git a/sim/Makefile.am b/sim/Makefile.am index 8a4a160b30cd..e47244d7b8dd 100644 --- a/sim/Makefile.am +++ b/sim/Makefile.am @@ -188,9 +188,6 @@ endif ## Helper targets for running make from the top-level when some subdirs still ## have Makefiles in subdirs. -%/nrun.o: common/nrun.c | %/libsim.a $(SIM_ALL_RECURSIVE_DEPS) - $(MAKE) $(AM_MAKEFLAGS) -C $(@D) $(@F) - all-recursive: $(SIM_ALL_RECURSIVE_DEPS) install-data-local: installdirs $(SIM_INSTALL_DATA_LOCAL_DEPS) -- 2.39.0