mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 06:53:33 +00:00
Clean up some variables
This commit is contained in:
parent
d4744048ba
commit
c464f45692
5 changed files with 16 additions and 13 deletions
|
@ -72,7 +72,8 @@ o/$(MODE)/test/libc/calls/%.com.dbg: \
|
|||
$(APE_NO_MODIFY_SELF)
|
||||
@$(APELINK)
|
||||
|
||||
o/$(MODE)/test/libc/calls/tiny64.elf.zip.o: ZIPOBJ_FLAGS += -B
|
||||
o/$(MODE)/test/libc/calls/tiny64.elf.zip.o: test/libc/calls/tiny64.elf
|
||||
@$(COMPILE) -AZIPOBJ $(ZIPOBJ) $(ZIPOBJ_FLAGS) -B $(OUTPUT_OPTION) $<
|
||||
|
||||
o/$(MODE)/test/libc/calls/life-nomod.com.zip.o: o/$(MODE)/test/libc/calls/life-nomod.com
|
||||
@$(COMPILE) -AZIPOBJ $(ZIPOBJ) $(ZIPOBJ_FLAGS) -B $(OUTPUT_OPTION) $<
|
||||
|
|
|
@ -98,8 +98,8 @@ o/$(MODE)/test/libc/mem/prog/life.elf: \
|
|||
o/$(MODE)/test/libc/mem/prog/life.elf
|
||||
|
||||
o/$(MODE)/test/libc/mem/prog/life.elf.zip.o: \
|
||||
ZIPOBJ_FLAGS += \
|
||||
-B
|
||||
o/$(MODE)/test/libc/mem/prog/life.elf
|
||||
@$(COMPILE) -AZIPOBJ $(ZIPOBJ) $(ZIPOBJ_FLAGS) -B $(OUTPUT_OPTION) $<
|
||||
|
||||
################################################################################
|
||||
|
||||
|
@ -123,8 +123,8 @@ o/$(MODE)/test/libc/mem/prog/sock.elf: \
|
|||
o/$(MODE)/test/libc/mem/prog/sock.elf
|
||||
|
||||
o/$(MODE)/test/libc/mem/prog/sock.elf.zip.o: \
|
||||
ZIPOBJ_FLAGS += \
|
||||
-B
|
||||
o/$(MODE)/test/libc/mem/prog/sock.elf
|
||||
@$(COMPILE) -AZIPOBJ $(ZIPOBJ) $(ZIPOBJ_FLAGS) -B $(OUTPUT_OPTION) $<
|
||||
|
||||
################################################################################
|
||||
|
||||
|
|
5
third_party/tidy/tidy.mk
vendored
5
third_party/tidy/tidy.mk
vendored
|
@ -64,9 +64,8 @@ o/$(MODE)/third_party/tidy/tidy.com: \
|
|||
@$(COMPILE) -AZIP -T$@ o/$(MODE)/third_party/zip/zip.com -9qj $@ \
|
||||
o/$(MODE)/third_party/tidy/.tidy/.symtab
|
||||
|
||||
o/$(MODE)/third_party/tidy/.tidyrc.zip.o: \
|
||||
ZIPOBJ_FLAGS += \
|
||||
-B
|
||||
o/$(MODE)/third_party/tidy/.tidyrc.zip.o: third_party/tidy/.tidyrc
|
||||
@$(COMPILE) -AZIPOBJ $(ZIPOBJ) $(ZIPOBJ_FLAGS) -B $(OUTPUT_OPTION) $<
|
||||
|
||||
THIRD_PARTY_TIDY_COMS = \
|
||||
o/$(MODE)/third_party/tidy/tidy.com
|
||||
|
|
|
@ -146,8 +146,8 @@ o/$(MODE)/tool/build/dso/sandbox.so: \
|
|||
$(OUTPUT_OPTION)
|
||||
|
||||
o/$(MODE)/tool/build/dso/sandbox.so.zip.o: \
|
||||
ZIPOBJ_FLAGS += \
|
||||
-B
|
||||
o/$(MODE)/tool/build/dso/sandbox.so
|
||||
@$(COMPILE) -AZIPOBJ $(ZIPOBJ) $(ZIPOBJ_FLAGS) -B $(OUTPUT_OPTION) $<
|
||||
|
||||
o/$(MODE)/tool/build/pledge.com.dbg: \
|
||||
$(TOOL_BUILD_DEPS) \
|
||||
|
|
|
@ -89,10 +89,13 @@ o/$(MODE)/tool/build/lib/apetest2.com.dbg: \
|
|||
$(APE_COPY_SELF)
|
||||
@$(APELINK)
|
||||
|
||||
o/$(MODE)/tool/build/lib/apetest.com.zip.o \
|
||||
o/$(MODE)/tool/build/lib/apetest.com.zip.o: \
|
||||
o/$(MODE)/tool/build/lib/apetest.com
|
||||
@$(COMPILE) -AZIPOBJ $(ZIPOBJ) $(ZIPOBJ_FLAGS) -B $(OUTPUT_OPTION) $<
|
||||
|
||||
o/$(MODE)/tool/build/lib/apetest2.com.zip.o: \
|
||||
ZIPOBJ_FLAGS += \
|
||||
-B
|
||||
o/$(MODE)/tool/build/lib/apetest2.com
|
||||
@$(COMPILE) -AZIPOBJ $(ZIPOBJ) $(ZIPOBJ_FLAGS) -B $(OUTPUT_OPTION) $<
|
||||
|
||||
o/$(MODE)/tool/build/lib/apetest.o: \
|
||||
tool/build/lib/apetest.c \
|
||||
|
|
Loading…
Reference in a new issue