From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1521) id 959C83858CDB; Tue, 10 Jan 2023 06:25:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 959C83858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1673331927; bh=CWxLrRimKLjynE3sM9OF3kSCZx/FjWLCxLmABX+1Jc4=; h=From:To:Subject:Date:From; b=VtlBkPq17r1vZ9MdpQf6Tn/ipQDG6/kQ73ycxQ1WotV+Qy3jeyb/En84K6ncv8xuY pwNA1b9gOLLYo7kcstDHvFKS6kaO1X0DhtcEoFkYvhHCKnlvM1L4huC7jHpYhSt6xQ xKFieJckbqmTWMdnSZeFO50w1BqFuEI8+i0Z9Tvk= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Frysinger To: gdb-cvs@sourceware.org Subject: [binutils-gdb] sim: build: drop common/nrun.o subdir hack X-Act-Checkin: binutils-gdb X-Git-Author: Mike Frysinger X-Git-Refname: refs/heads/master X-Git-Oldrev: e732fe9b4f9909b0fbfa0bcac2ba048ca7d24ee2 X-Git-Newrev: 638a9300b519307d9c85f3cd658f35c4d354a80c Message-Id: <20230110062527.959C83858CDB@sourceware.org> Date: Tue, 10 Jan 2023 06:25:27 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D638a9300b519= 307d9c85f3cd658f35c4d354a80c commit 638a9300b519307d9c85f3cd658f35c4d354a80c Author: Mike Frysinger Date: Sat Dec 31 15:51:38 2022 -0500 sim: build: drop common/nrun.o subdir hack =20 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. Diff: --- sim/Makefile.am | 3 --- sim/Makefile.in | 3 --- 2 files changed, 6 deletions(-) diff --git a/sim/Makefile.am b/sim/Makefile.am index 8a4a160b30c..e47244d7b8d 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 st= ill ## have Makefiles in subdirs. =20 -%/nrun.o: common/nrun.c | %/libsim.a $(SIM_ALL_RECURSIVE_DEPS) - $(MAKE) $(AM_MAKEFLAGS) -C $(@D) $(@F) - all-recursive: $(SIM_ALL_RECURSIVE_DEPS) =20 install-data-local: installdirs $(SIM_INSTALL_DATA_LOCAL_DEPS) diff --git a/sim/Makefile.in b/sim/Makefile.in index dc306157b30..0a2f4a991ee 100644 --- a/sim/Makefile.in +++ b/sim/Makefile.in @@ -5485,9 +5485,6 @@ testsuite/common/bits64m63.c: testsuite/common/bits-g= en$(EXEEXT) testsuite/commo @SIM_ENABLE_ARCH_v850_TRUE@ -n irun.c -r v850/irun.c @SIM_ENABLE_ARCH_v850_TRUE@ $(AM_V_at)touch $@ =20 -%/nrun.o: common/nrun.c | %/libsim.a $(SIM_ALL_RECURSIVE_DEPS) - $(MAKE) $(AM_MAKEFLAGS) -C $(@D) $(@F) - all-recursive: $(SIM_ALL_RECURSIVE_DEPS) =20 install-data-local: installdirs $(SIM_INSTALL_DATA_LOCAL_DEPS)