Remove remaining build references to zip command

This commit is contained in:
Justine Tunney 2021-07-03 08:37:15 -07:00
parent d6873f637f
commit e6b22f1f65
3 changed files with 12 additions and 7 deletions

View file

@ -7,8 +7,9 @@ o/$(MODE)/test/libc/release/cosmopolitan.zip: \
o/$(MODE)/libc/crt/crt.o \
o/$(MODE)/ape/ape.o \
o/$(MODE)/ape/ape-no-modify-self.o \
o/$(MODE)/cosmopolitan.a
@$(COMPILE) -AZIP -T$@ zip -qj $@ $^
o/$(MODE)/cosmopolitan.a \
o/$(MODE)/host/third_party/infozip/zip.com
@$(COMPILE) -AZIP -T$@ o/$(MODE)/host/third_party/infozip/zip.com -qj $@ o/cosmopolitan.h o/$(MODE)/ape/ape.lds o/$(MODE)/libc/crt/crt.o o/$(MODE)/ape/ape.o o/$(MODE)/ape/ape-no-modify-self.o o/$(MODE)/cosmopolitan.a
o/$(MODE)/test/libc/release/smoke.com: \
o/$(MODE)/test/libc/release/smoke.com.dbg