mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-03 00:10:31 +00:00
Fold LIBC_ALG into LIBC_MEM
This commit is contained in:
parent
7cf66bc161
commit
17aea99bb3
162 changed files with 265 additions and 430 deletions
|
@ -9,9 +9,7 @@ LIBC_FILES := $(wildcard libc/*) $(wildcard libc/isystem/*)
|
|||
LIBC_CHECKS = $(LIBC_HDRS:%=o/$(MODE)/%.ok)
|
||||
|
||||
.PHONY: o/$(MODE)/libc
|
||||
o/$(MODE)/libc: o/$(MODE)/libc/alg \
|
||||
o/$(MODE)/libc/bits \
|
||||
o/$(MODE)/libc/calls \
|
||||
o/$(MODE)/libc: o/$(MODE)/libc/calls \
|
||||
o/$(MODE)/libc/crt \
|
||||
o/$(MODE)/libc/dns \
|
||||
o/$(MODE)/libc/elf \
|
||||
|
@ -22,7 +20,6 @@ o/$(MODE)/libc: o/$(MODE)/libc/alg \
|
|||
o/$(MODE)/libc/mem \
|
||||
o/$(MODE)/libc/nexgen32e \
|
||||
o/$(MODE)/libc/nt \
|
||||
o/$(MODE)/libc/rand \
|
||||
o/$(MODE)/libc/runtime \
|
||||
o/$(MODE)/libc/sock \
|
||||
o/$(MODE)/libc/stdio \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue