aboutsummaryrefslogtreecommitdiff
path: root/sim/lm32
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-10-31 00:42:35 -0400
committerMike Frysinger <vapier@gentoo.org>2021-10-31 00:46:28 -0400
commitb6143d31625b3869a6715c7479cf665272162b6f (patch)
tree184a9364dd09e60881ab953afcfc6f76c38e5756 /sim/lm32
parent4f2b181ecbcf53b75e0fb4dedaaf28499e0befb3 (diff)
downloadfsf-binutils-gdb-b6143d31625b3869a6715c7479cf665272162b6f.zip
fsf-binutils-gdb-b6143d31625b3869a6715c7479cf665272162b6f.tar.gz
fsf-binutils-gdb-b6143d31625b3869a6715c7479cf665272162b6f.tar.bz2
sim: silence stamp touch rules
We pretty much never care about these stamp touches, so silence them. Also switch to using $@ when it makes sense.
Diffstat (limited to 'sim/lm32')
-rw-r--r--sim/lm32/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/sim/lm32/Makefile.in b/sim/lm32/Makefile.in
index 465c7fe..587039c 100644
--- a/sim/lm32/Makefile.in
+++ b/sim/lm32/Makefile.in
@@ -43,7 +43,7 @@ stamp-mloop: $(srcdir)/../common/genmloop.sh mloop.in Makefile
-cpu lm32bf -infile $(srcdir)/mloop.in
$(SILENCE) $(SHELL) $(srcroot)/move-if-change eng.hin eng.h
$(SILENCE) $(SHELL) $(srcroot)/move-if-change mloop.cin mloop.c
- touch stamp-mloop
+ $(SILENCE) touch $@
lm32-clean:
rm -f mloop.c eng.h stamp-mloop
@@ -54,7 +54,7 @@ stamp-arch: $(CGEN_READ_SCM) $(CGEN_ARCH_SCM) $(CPU_DIR)/lm32.cpu
$(MAKE) cgen-arch $(CGEN_FLAGS_TO_PASS) mach=all \
archfile=$(CPU_DIR)/lm32.cpu \
FLAGS="with-scache with-profile=fn"
- touch stamp-arch
+ $(SILENCE) touch $@
arch.h arch.c cpuall.h: $(CGEN_MAINT) stamp-arch
stamp-cpu: $(CGEN_READ_SCM) $(CGEN_CPU_SCM) $(CGEN_DECODE_SCM) $(CPU_DIR)/lm32.cpu
@@ -63,5 +63,5 @@ stamp-cpu: $(CGEN_READ_SCM) $(CGEN_CPU_SCM) $(CGEN_DECODE_SCM) $(CPU_DIR)/lm32.c
archfile=$(CPU_DIR)/lm32.cpu \
FLAGS="with-scache with-profile=fn" \
EXTRAFILES="$(CGEN_CPU_SEM) $(CGEN_CPU_SEMSW)"
- touch stamp-cpu
+ $(SILENCE) touch $@
cpu.h sem.c sem-switch.c model.c decode.c decode.h: $(CGEN_MAINT) stamp-cpu