From patchwork Sat Mar 14 11:47:54 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Frysinger X-Patchwork-Id: 5615 Received: (qmail 27546 invoked by alias); 14 Mar 2015 11:47:59 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 27533 invoked by uid 89); 14 Mar 2015 11:47:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 X-HELO: smtp.gentoo.org Received: from smtp.gentoo.org (HELO smtp.gentoo.org) (140.211.166.183) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Sat, 14 Mar 2015 11:47:57 +0000 Received: from localhost.localdomain (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 4004934072E for ; Sat, 14 Mar 2015 11:47:55 +0000 (UTC) From: Mike Frysinger To: gdb-patches@sourceware.org Subject: [PATCH] sim: mcore/moxie: clean up makefiles a bit Date: Sat, 14 Mar 2015 07:47:54 -0400 Message-Id: <1426333674-4072-1-git-send-email-vapier@gentoo.org> X-IsSubscribed: yes Clean out stub targets and rules that get autogenerated. Committed. --- sim/mcore/ChangeLog | 5 +++++ sim/mcore/Makefile.in | 5 ----- sim/moxie/ChangeLog | 6 ++++++ sim/moxie/Makefile.in | 7 +------ 4 files changed, 12 insertions(+), 11 deletions(-) diff --git a/sim/mcore/ChangeLog b/sim/mcore/ChangeLog index 5e3bf17..5d9fb6b 100644 --- a/sim/mcore/ChangeLog +++ b/sim/mcore/ChangeLog @@ -1,5 +1,10 @@ 2015-03-14 Mike Frysinger + * Makefile.in (SIM_EXTRA_CLEAN): Delete. + (interp.o, mcore-clean): Delete rules. + +2015-03-14 Mike Frysinger + * Makefile.in (SIM_EXTRA_CFLAGS): Set to -DSIM_USE_DEPRECATED_RUN_FRONTEND. (SIM_RUN_OBJS): Set to run.o. diff --git a/sim/mcore/Makefile.in b/sim/mcore/Makefile.in index a1110b2..8fbe0d3 100644 --- a/sim/mcore/Makefile.in +++ b/sim/mcore/Makefile.in @@ -23,10 +23,5 @@ SIM_EXTRA_CFLAGS = -DSIM_USE_DEPRECATED_RUN_FRONTEND SIM_OBJS = interp.o sim-load.o SIM_EXTRA_LIBS = -lm -SIM_EXTRA_CLEAN = mcore-clean ## COMMON_POST_CONFIG_FRAG - -interp.o: interp.c - -mcore-clean: diff --git a/sim/moxie/ChangeLog b/sim/moxie/ChangeLog index 8e2f5fb..bcdc1fa 100644 --- a/sim/moxie/ChangeLog +++ b/sim/moxie/ChangeLog @@ -1,5 +1,11 @@ 2015-03-14 Mike Frysinger + * Makefile.in (SIM_EXTRA_CLEAN): Delete. + (all): Drop interp.o dependency. + (interp.o, mcore-clean): Delete rules. + +2015-03-14 Mike Frysinger + * Makefile.in (SIM_EXTRA_CFLAGS): Set to -DSIM_USE_DEPRECATED_RUN_FRONTEND. (SIM_RUN_OBJS): Set to run.o. diff --git a/sim/moxie/Makefile.in b/sim/moxie/Makefile.in index 1f7587c..8f1a2aa 100644 --- a/sim/moxie/Makefile.in +++ b/sim/moxie/Makefile.in @@ -29,15 +29,12 @@ sim-engine.o sim-fpu.o sim-bits.o sim-profile.o sim-events.o \ sim-memopt.o SIM_EXTRA_LIBS = -lm -lz -SIM_EXTRA_CLEAN = moxie-clean SIM_EXTRA_INSTALL = install-dtb SIM_CFLAGS = -DDTB="\"$(dtbdir)/moxie-gdb.dtb\"" ## COMMON_POST_CONFIG_FRAG -all: interp.o moxie-gdb.dtb - -interp.o: interp.c +all: moxie-gdb.dtb moxie-gdb.dtb: moxie-gdb.dts dtc -O dtb -o moxie-gdb.dtb ${srcdir}/moxie-gdb.dts @@ -45,5 +42,3 @@ moxie-gdb.dtb: moxie-gdb.dts install-dtb: moxie-gdb.dtb $(SHELL) $(srcdir)/../../mkinstalldirs $(DESTDIR)$(dtbdir) $(INSTALL_DATA) moxie-gdb.dtb $(DESTDIR)$(dtbdir)/moxie-gdb.dtb - -moxie-clean: