mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-07 19:58:30 +00:00
Use private keyword on makefile target variables
This commit is contained in:
parent
e015defa70
commit
7b993d561c
71 changed files with 305 additions and 314 deletions
6
third_party/make/make.mk
vendored
6
third_party/make/make.mk
vendored
|
@ -154,15 +154,15 @@ o/$(MODE)/third_party/make/make.com.dbg: \
|
|||
|
||||
o/$(MODE)/third_party/make/strcache.o \
|
||||
o/$(MODE)/third_party/make/expand.o \
|
||||
o/$(MODE)/third_party/make/read.o: \
|
||||
o/$(MODE)/third_party/make/read.o: private \
|
||||
OVERRIDE_CFLAGS += \
|
||||
-O2
|
||||
|
||||
o/$(MODE)/third_party/make/hash.o: \
|
||||
o/$(MODE)/third_party/make/hash.o: private \
|
||||
OVERRIDE_CFLAGS += \
|
||||
-O3
|
||||
|
||||
$(THIRD_PARTY_MAKE_OBJS): \
|
||||
$(THIRD_PARTY_MAKE_OBJS): private \
|
||||
OVERRIDE_CFLAGS += \
|
||||
-DSTACK_FRAME_UNLIMITED \
|
||||
-DHAVE_CONFIG_H \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue