]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
enosys: provide a nicer build message for syscalls.h generation
authorThomas Weißschuh <thomas@t-8ch.de>
Fri, 19 May 2023 14:29:23 +0000 (16:29 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Fri, 19 May 2023 15:52:19 +0000 (17:52 +0200)
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
misc-utils/Makemodule.am

index 76fa9014ab4c5d1bb26418633b90defab230eb10..dcc733b3fd19abd4217dd85397fc792907c2cb29 100644 (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