Re: [PATCH] hurd: Exclude more headers when generating errno.h

2023-08-06 Thread Samuel Thibault
Hello, Sergey Bugaev, le dim. 04 juin 2023 23:18:30 +0300, a ecrit: > This both works around ordering issues, and removes an x86-specific file > from the list. I completely reworked the way to generate this, to avoid the issue entirely. Samuel > Suggested-by: Joseph Myers > Signed-off-by: Serg

[PATCH] hurd: Exclude more headers when generating errno.h

2023-06-04 Thread Sergey Bugaev
This both works around ordering issues, and removes an x86-specific file from the list. Suggested-by: Joseph Myers Signed-off-by: Sergey Bugaev --- We could maybe clean this up even further, but -- diminishing returns :| sysdeps/mach/hurd/bits/errno.h | 4 sysdeps/mach/hurd/errnos.awk |