diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-10-31 00:49:39 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-10-31 00:49:39 -0400 |
commit | 65f42b88ffaeac1ea70e2b468c301363213e1326 (patch) | |
tree | e37123577d982d65100922fe98a687a9e2eb463d /sim/lm32 | |
parent | b6143d31625b3869a6715c7479cf665272162b6f (diff) | |
download | gdb-65f42b88ffaeac1ea70e2b468c301363213e1326.zip gdb-65f42b88ffaeac1ea70e2b468c301363213e1326.tar.gz gdb-65f42b88ffaeac1ea70e2b468c301363213e1326.tar.bz2 |
sim: tighten up stamp rules
Add a new ECHO_STAMP helper and convert existing stamp code over
to it. This is mostly common rules and cgen mloop rules.
Diffstat (limited to 'sim/lm32')
-rw-r--r-- | sim/lm32/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/lm32/Makefile.in b/sim/lm32/Makefile.in index 587039c..2daf74d 100644 --- a/sim/lm32/Makefile.in +++ b/sim/lm32/Makefile.in @@ -38,7 +38,8 @@ LM32BF_INCLUDE_DEPS = \ # FIXME: Use of `mono' is wip. mloop.c eng.h: stamp-mloop stamp-mloop: $(srcdir)/../common/genmloop.sh mloop.in Makefile - $(SHELL) $(srccom)/genmloop.sh -shell $(SHELL) \ + $(ECHO_STAMP) mloop.c eng.h + $(SILENCE) $(SHELL) $(srccom)/genmloop.sh -shell $(SHELL) \ -mono -fast -pbb -switch sem-switch.c \ -cpu lm32bf -infile $(srcdir)/mloop.in $(SILENCE) $(SHELL) $(srcroot)/move-if-change eng.hin eng.h |