mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-09-10 02:33:49 +00:00
Remove plenty of makefile misconfigurations
This commit is contained in:
parent
9172fd42a0
commit
8b469389f6
186 changed files with 1408 additions and 901 deletions
15
third_party/zip/zip.mk
vendored
15
third_party/zip/zip.mk
vendored
|
@ -5,7 +5,7 @@ PKGS += THIRD_PARTY_ZIP
|
|||
|
||||
THIRD_PARTY_ZIP_FILES := $(wildcard third_party/zip/*)
|
||||
THIRD_PARTY_ZIP_SRCS = $(filter %.c,$(THIRD_PARTY_ZIP_FILES))
|
||||
#THIRD_PARTY_ZIP_HDRS = $(filter %.h,$(THIRD_PARTY_ZIP_FILES))
|
||||
THIRD_PARTY_ZIP_HDRS = $(filter %.h,$(THIRD_PARTY_ZIP_FILES))
|
||||
THIRD_PARTY_ZIP_INCS = $(filter %.inc,$(THIRD_PARTY_ZIP_FILES))
|
||||
|
||||
THIRD_PARTY_ZIP_COMS = \
|
||||
|
@ -163,14 +163,6 @@ o/$(MODE)/third_party/zip/zipup.o: \
|
|||
-DZIP64_SUPPORT \
|
||||
-DBZIP2_SUPPORT
|
||||
|
||||
o/$(MODE)/third_party/zip/crypt_.o \
|
||||
o/$(MODE)/third_party/zip/unix_.o \
|
||||
o/$(MODE)/third_party/zip/zipfile_.o \
|
||||
o/$(MODE)/third_party/zip/fileio_.o \
|
||||
o/$(MODE)/third_party/zip/util_.o: \
|
||||
OVERRIDE_CPPFLAGS += \
|
||||
-DUTIL
|
||||
|
||||
o/$(MODE)/third_party/zip/zip.o \
|
||||
o/$(MODE)/third_party/zip/zipsplit.o \
|
||||
o/$(MODE)/third_party/zip/fileio.o \
|
||||
|
@ -178,11 +170,6 @@ o/$(MODE)/third_party/zip/fileio_.o: \
|
|||
OVERRIDE_CPPFLAGS += \
|
||||
-DSTACK_FRAME_UNLIMITED
|
||||
|
||||
o/$(MODE)/third_party/zip/%_.o: \
|
||||
third_party/zip/%.c \
|
||||
o/$(MODE)/third_party/zip/%.o
|
||||
@$(COMPILE) -AOBJECTIFY.c $(OBJECTIFY.c) $(OUTPUT_OPTION) $<
|
||||
|
||||
.PHONY: o/$(MODE)/third_party/zip
|
||||
o/$(MODE)/third_party/zip: \
|
||||
$(THIRD_PARTY_ZIP_BINS) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue