From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1521) id 72406385AC36; Sun, 6 Nov 2022 14:45:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 72406385AC36 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1667745955; bh=4r/XLHFNREz8oFk3wpIqD+F+hPEzP1mg1o0HYk2xW9U=; h=From:To:Subject:Date:From; b=EBXuYM7NlwIpJhnLkicSQpE27uwAlSdKBAtTMrK6bYwtcyGi+mMnvCT5dkYXjNsmE Gh8ph5XnkEOevGfRtI+Yqlfi2wtFQBj4f1pUaOM+sABx1hiTGqJSNjWDDAxGVYN4pd 2xstOzwb/KgzalpRPNVVJJt8qVbSq9BVFnB1f83A= 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: stop passing down SIM_PRIMARY_TARGET X-Act-Checkin: binutils-gdb X-Git-Author: Mike Frysinger X-Git-Refname: refs/heads/master X-Git-Oldrev: 25e64b5276487ac8d95fc5030a1ba626883c7afd X-Git-Newrev: 1e5482d5686b77accc3b935a36b40a37fd699319 Message-Id: <20221106144555.72406385AC36@sourceware.org> Date: Sun, 6 Nov 2022 14:45:55 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D1e5482d5686b= 77accc3b935a36b40a37fd699319 commit 1e5482d5686b77accc3b935a36b40a37fd699319 Author: Mike Frysinger Date: Sun Nov 6 21:08:04 2022 +0700 sim: build: stop passing down SIM_PRIMARY_TARGET =20 This was needed when the install step was run in subdirs, but now that we process that entirely in the top-level, we don't need to pass this down, so drop it. Diff: --- sim/Makefile.am | 2 +- sim/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sim/Makefile.am b/sim/Makefile.am index fb28f98ece7..b8d592ade4d 100644 --- a/sim/Makefile.am +++ b/sim/Makefile.am @@ -27,7 +27,7 @@ srcroot =3D $(srcdir)/.. SUBDIRS =3D @subdirs@ $(SIM_SUBDIRS) =20 SIM_PRIMARY_TARGET =3D @SIM_PRIMARY_TARGET@ -AM_MAKEFLAGS =3D SIM_PRIMARY_TARGET=3D$(SIM_PRIMARY_TARGET) +AM_MAKEFLAGS =3D =20 ## We don't set some of these vars here, but we need to define them so the= y may ## be used consistently in local.mk files we include below. diff --git a/sim/Makefile.in b/sim/Makefile.in index 9df04fed45a..746527dc7b0 100644 --- a/sim/Makefile.in +++ b/sim/Makefile.in @@ -1164,7 +1164,7 @@ GNULIB_PARENT_DIR =3D .. srccom =3D $(srcdir)/common srcroot =3D $(srcdir)/.. SUBDIRS =3D @subdirs@ $(SIM_SUBDIRS) -AM_MAKEFLAGS =3D SIM_PRIMARY_TARGET=3D$(SIM_PRIMARY_TARGET) +AM_MAKEFLAGS =3D=20 pkginclude_HEADERS =3D $(am__append_1) noinst_LIBRARIES =3D $(SIM_COMMON_LIB) $(am__append_3) CLEANFILES =3D common/version.c common/version.c-stamp \