Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Daniel Kahn Gillmor
Knot DNS Resolver
Commits
6171faeb
Commit
6171faeb
authored
Feb 02, 2016
by
Marek Vavrusa
Browse files
build: fixed too early CFLAGS expansion
parent
3e3adf89
Changes
1
Hide whitespace changes
Inline
Side-by-side
platform.mk
View file @
6171faeb
...
...
@@ -86,7 +86,7 @@ else
$$(eval
$$(call
make_objs,$(1)))
endif
# Rules to generate objects with custom CFLAGS and binary/library
$$(foreach
obj,$$($(1)_OBJ),$$(eval
$$(call
make_objrule,$$(obj),$(BUILD_CFLAGS)
$$($(1)_CFLAGS))))
$$(foreach
obj,$$($(1)_OBJ),$$(eval
$$(call
make_objrule,$$(obj),$
$
(BUILD_CFLAGS)
$$($(1)_CFLAGS))))
$(1)
:=
$(2)
/
$(1)$(3)
$(2)/$(1)$(3)
:
$$($(1)_OBJ) $$($(1)_DEPEND)
ifeq
($(4),-$(ARTYPE))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment