]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - rules.mak
linux-user, mips: add syscall table generation support
[thirdparty/qemu.git] / rules.mak
index e39b073d4648a230c5749d3d53eadc09d6755c8f..694865b63ee84f8b3e28f9b3bb233abb4015cd00 100644 (file)
--- a/rules.mak
+++ b/rules.mak
@@ -435,3 +435,6 @@ sentinel = .$(subst $(SPACE),_,$(subst /,_,$1)).sentinel.
 atomic = $(eval $1: $(call sentinel,$1) ; @:) \
          $(call sentinel,$1) : $2 ; @touch $$@ \
          $(foreach t,$1,$(if $(wildcard $t),,$(shell rm -f $(call sentinel,$1))))
+
+print-%:
+       @echo '$*=$($*)'