Kaydet (Commit) 6b1f64ed authored tarafından Luboš Luňák's avatar Luboš Luňák

reoder stuff in makefile

At the top should be stuff to set manually if needed.

Change-Id: I516ac6df8102f00f6fc34c4c87d040688fcc2e99
üst b0a650ff
...@@ -13,8 +13,6 @@ ...@@ -13,8 +13,6 @@
# Compile flags ('make CLANGCXXFLAGS=-g' if you need to debug the plugin) # Compile flags ('make CLANGCXXFLAGS=-g' if you need to debug the plugin)
CLANGCXXFLAGS=-O2 -Wall -Wextra -g CLANGCXXFLAGS=-O2 -Wall -Wextra -g
QUIET=$(if $(VERBOSE)$(verbose),,@)
# The uninteresting rest. # The uninteresting rest.
# Clang headers require these. # Clang headers require these.
...@@ -31,6 +29,8 @@ CLANGINDIR=$(SRCDIR)/compilerplugins/clang ...@@ -31,6 +29,8 @@ CLANGINDIR=$(SRCDIR)/compilerplugins/clang
# plugin will cause cache misses with ccache. # plugin will cause cache misses with ccache.
CLANGOUTDIR=$(BUILDDIR)/compilerplugins/obj CLANGOUTDIR=$(BUILDDIR)/compilerplugins/obj
QUIET=$(if $(VERBOSE)$(verbose),,@)
compilerplugins: compilerplugins-build compilerplugins: compilerplugins-build
# The list of source files, generated automatically (all files in clang/, but not subdirs). # The list of source files, generated automatically (all files in clang/, but not subdirs).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment