[cfe-commits] [PATCH] When using "make VERBOSE=1", make sure compiler-rt is also build verbosely.
Micah Villmow
villmow at gmail.com
Fri Oct 26 16:01:43 PDT 2012
Why not just do:
VERBOSE ?= $(VERBOSE)
Wondering why a new variable needs to be created here.
http://llvm-reviews.chandlerc.com/D67
More information about the cfe-commits
mailing list