sim: standardize move-if-change rules

Use the srcroot path and make them all silent.
This commit is contained in:
Mike Frysinger
2021-10-31 00:28:44 -04:00
parent bdcbd1b67f
commit 4f2b181ecb
12 changed files with 158 additions and 188 deletions

View File

@ -41,8 +41,8 @@ stamp-mloop: $(srcdir)/../common/genmloop.sh mloop.in Makefile
$(SHELL) $(srccom)/genmloop.sh -shell $(SHELL) \
-mono -fast -pbb -switch sem-switch.c \
-cpu lm32bf -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
lm32-clean: