diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-10-31 00:28:44 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-10-31 00:39:40 -0400 |
commit | 4f2b181ecbcf53b75e0fb4dedaaf28499e0befb3 (patch) | |
tree | e9a390ca12c082913a8044fdbc85d8734b5c9bfa /sim/frv | |
parent | bdcbd1b67f96beac419f8d8229f9bd0535242a50 (diff) | |
download | gdb-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/frv')
-rw-r--r-- | sim/frv/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/frv/Makefile.in b/sim/frv/Makefile.in index 3a1bbab..fd8df13 100644 --- a/sim/frv/Makefile.in +++ b/sim/frv/Makefile.in @@ -60,8 +60,8 @@ stamp-mloop: $(srcdir)/../common/genmloop.sh mloop.in Makefile $(SHELL) $(srccom)/genmloop.sh -shell $(SHELL) \ -mono -scache -parallel-generic-write -parallel-only \ -cpu frvbf -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 frv-clean: |