tools/gitlab: Run make_specfiles before building.
Since wine commit 401288a78d
(make_specfiles: Generate a list of
syscalls from the corresponding spec files., 2023-11-16), spec files
are used to auto-generate the following files:
- dlls/ntdll/ntsyscalls.h (from dlls/ntdll/ntdll.spec)
- dlls/win32u/win32syscalls.h (from dlls/win32u/win32u.spec)
This commit is contained in:
parent
befd7abe10
commit
b527b232cf
3 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,7 @@ echo "---"
|
|||
set -Eeuxo pipefail
|
||||
|
||||
./tools/make_requests
|
||||
./tools/make_specfiles
|
||||
./tools/make_makefiles
|
||||
autoreconf -f
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@ echo "---"
|
|||
set -Eeuxo pipefail
|
||||
|
||||
./tools/make_requests
|
||||
./tools/make_specfiles
|
||||
./tools/make_makefiles
|
||||
autoreconf -f
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@ echo "---"
|
|||
set -Eeuxo pipefail
|
||||
|
||||
./tools/make_requests
|
||||
./tools/make_specfiles
|
||||
./tools/make_makefiles
|
||||
autoreconf -f
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue