Changeset 267441 in webkit
- Timestamp:
- Sep 22, 2020, 3:26:39 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Makefile.shared (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r267424 r267441 1 2020-09-22 Keith Rollin <krollin@apple.com> 2 3 Refactor build rules in Makefiles and Makefile.shared 4 https://bugs.webkit.org/show_bug.cgi?id=216806 5 <rdar://problem/69332316> 6 7 Reviewed by David Kilzer. 8 9 Build fix: Previous change for this bug broke the ability to perform a 10 build with just `make`, due to that code path invoking 11 `set-webkit-configuration` with no parameters, which causes that 12 script to error-out. 13 14 * Makefile.shared: 15 1 16 2020-09-22 Keith Rollin <krollin@apple.com> 2 17 -
trunk/Makefile.shared
r267424 r267441 105 105 106 106 all: 107 ifneq (,$(strip $(ASAN_OPTION) $(TSAN_OPTION) $(WK_LTO_OPTION))) 107 108 @$(call set_webkit_configuration,) 109 endif 108 110 @$(call invoke_xcode,,GCC_PREPROCESSOR_DEFINITIONS='$(GCC_PREPROCESSOR_ADDITIONS) $$(inherited)') 109 111
Note:
See TracChangeset
for help on using the changeset viewer.