aboutsummaryrefslogtreecommitdiff
path: root/sim/or1k
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-10-31 00:28:44 -0400
committerMike Frysinger <vapier@gentoo.org>2021-10-31 00:39:40 -0400
commit4f2b181ecbcf53b75e0fb4dedaaf28499e0befb3 (patch)
treee9a390ca12c082913a8044fdbc85d8734b5c9bfa /sim/or1k
parentbdcbd1b67f96beac419f8d8229f9bd0535242a50 (diff)
downloadgdb-4f2b181ecbcf53b75e0fb4dedaaf28499e0befb3.zip
gdb-4f2b181ecbcf53b75e0fb4dedaaf28499e0befb3.tar.gz
gdb-4f2b181ecbcf53b75e0fb4dedaaf28499e0befb3.tar.bz2
sim: standardize move-if-change rules
Use the srcroot path and make them all silent.
Diffstat (limited to 'sim/or1k')
-rw-r--r--sim/or1k/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/or1k/Makefile.in b/sim/or1k/Makefile.in
index 499b350..6d399de 100644
--- a/sim/or1k/Makefile.in
+++ b/sim/or1k/Makefile.in
@@ -75,8 +75,8 @@ stamp-mloop: $(srcdir)/../common/genmloop.sh mloop.in Makefile
$(SHELL) $(srccom)/genmloop.sh -shell $(SHELL) \
-mono -fast -pbb -switch sem-switch.c \
-cpu or1k32bf -infile $(srcdir)/mloop.in
- $(SHELL) $(srcroot)/move-if-change eng.hin eng.h
- $(SHELL) $(srcroot)/move-if-change mloop.cin mloop.c
+ $(SILENCE) $(SHELL) $(srcroot)/move-if-change eng.hin eng.h
+ $(SILENCE) $(SHELL) $(srcroot)/move-if-change mloop.cin mloop.c
touch stamp-mloop
or1k.o: or1k.c $(OR1K32BF_INCLUDE_DEPS)
$(COMPILE) $<