Tiny, horribly nit-picky whitespace comments. =D The build changes look fine. http://codereview.appspot.com/5556059/diff/1/include/clang/Sema/Makefile File include/clang/Sema/Makefile (right): http://codereview.appspot.com/5556059/diff/1/include/clang/Sema/Makefile#newc... include/clang/Sema/Makefile:10: $(CLANG_TBLGEN) $(ObjDir)/.dir Despite the failure to do this in the file you likely based this off of, I'd appreciate it if you line the first $ here with the $ after the : above. http://codereview.appspot.com/5556059/diff/1/include/clang/Sema/Makefile#newc... include/clang/Sema/Makefile:13: $(call SYSPATH, $@) -I $(PROJ_SRC_DIR)/../../ $< And I think this is more commonly 1 tabe and 2 spaces indent. Yea, I know, I'm the most nitpicky person ever... sorry...
I don't mind nitpicky comments, so long as an LGTM comes at the end. :-) On 2012/01/20 19:45:22, chandlerc wrote: > Tiny, horribly nit-picky whitespace comments. =D The build changes look fine. > > http://codereview.appspot.com/5556059/diff/1/include/clang/Sema/Makefile > File include/clang/Sema/Makefile (right): > > http://codereview.appspot.com/5556059/diff/1/include/clang/Sema/Makefile#newc... > include/clang/Sema/Makefile:10: $(CLANG_TBLGEN) $(ObjDir)/.dir > Despite the failure to do this in the file you likely based this off of, I'd > appreciate it if you line the first $ here with the $ after the : above. > > http://codereview.appspot.com/5556059/diff/1/include/clang/Sema/Makefile#newc... > include/clang/Sema/Makefile:13: $(call SYSPATH, $@) -I $(PROJ_SRC_DIR)/../../ $< > And I think this is more commonly 1 tabe and 2 spaces indent. Yea, I know, I'm > the most nitpicky person ever... sorry...
I don't mind nitpicky comments, so long as an LGTM comes at the end. :-) http://codereview.appspot.com/5556059/diff/1/include/clang/Sema/Makefile File include/clang/Sema/Makefile (right): http://codereview.appspot.com/5556059/diff/1/include/clang/Sema/Makefile#newc... include/clang/Sema/Makefile:10: $(CLANG_TBLGEN) $(ObjDir)/.dir On 2012/01/20 19:45:22, chandlerc wrote: > Despite the failure to do this in the file you likely based this off of, I'd > appreciate it if you line the first $ here with the $ after the : above. Done. http://codereview.appspot.com/5556059/diff/1/include/clang/Sema/Makefile#newc... include/clang/Sema/Makefile:13: $(call SYSPATH, $@) -I $(PROJ_SRC_DIR)/../../ $< On 2012/01/20 19:45:22, chandlerc wrote: > And I think this is more commonly 1 tabe and 2 spaces indent. Yea, I know, I'm > the most nitpicky person ever... sorry... Done.