mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-13 22:49:11 +00:00
Add minor improvements and cleanup
This commit is contained in:
parent
9e3e985ae5
commit
feed0d2b0e
163 changed files with 2286 additions and 2245 deletions
|
@ -34,6 +34,7 @@ LIBC_SYSV_A_FILES := \
|
|||
libc/sysv/restorert.S \
|
||||
libc/sysv/syscall.S \
|
||||
libc/sysv/systemfive.S \
|
||||
libc/sysv/vfork.S \
|
||||
$(wildcard libc/sysv/stubs/*) \
|
||||
$(wildcard libc/sysv/consts/*) \
|
||||
$(wildcard libc/sysv/errfuns/*)
|
||||
|
@ -86,6 +87,7 @@ LIBC_SYSV_CALLS_A_DEPS := \
|
|||
$(call uniq,$(foreach x,$(LIBC_SYSV_CALLS_A_DIRECTDEPS),$($(x))))
|
||||
|
||||
$(LIBC_SYSV_CALLS_A): \
|
||||
libc/sysv/calls/ \
|
||||
$(LIBC_SYSV_CALLS_A).pkg \
|
||||
$(LIBC_SYSV_CALLS_A_OBJS)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue