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:
parent
d36705f402
commit
9b1cf2bc69
1 changed files with 2 additions and 1 deletions
|
@ -303,7 +303,8 @@ if BUILD_ENOSYS
|
||||||
misc-utils/enosys.c: syscalls.h
|
misc-utils/enosys.c: syscalls.h
|
||||||
|
|
||||||
syscalls.h: $(top_srcdir)/tools/all_syscalls
|
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
|
-include syscalls.h.deps
|
||||||
CLEANFILES += syscalls.h syscalls.h.deps
|
CLEANFILES += syscalls.h syscalls.h.deps
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue