enosys: provide a nicer build message for syscalls.h generation

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
This commit is contained in:
Thomas Weißschuh 2023-05-19 16:29:23 +02:00
parent d36705f402
commit 9b1cf2bc69

View file

@ -303,7 +303,8 @@ if BUILD_ENOSYS
misc-utils/enosys.c: syscalls.h
syscalls.h: $(top_srcdir)/tools/all_syscalls
$(top_srcdir)/tools/all_syscalls $(CC) $(CFLAGS)
@echo ' GEN $@'
@$(top_srcdir)/tools/all_syscalls $(CC) $(CFLAGS)
-include syscalls.h.deps
CLEANFILES += syscalls.h syscalls.h.deps