Chromium Code Reviews| Index: dart/site/try/src/Makefile |
| diff --git a/dart/site/try/src/Makefile b/dart/site/try/src/Makefile |
| index d21996bdbee2476628c91b9ddd05860bcb1dd2a9..763086213fe84b1eb22ea6099250b41b10675f87 100644 |
| --- a/dart/site/try/src/Makefile |
| +++ b/dart/site/try/src/Makefile |
| @@ -11,3 +11,8 @@ all: |
| | grep -v DEPRECATED_MEMBER_USE \ |
| | sed -e "s,$(PWD)/,," \ |
| | awk -F'|' '{print $$4 ":" $$5 ":" $$6 ": [" $$3 "] " $$8 }' |
| + $(SDK_DIR)/bin/dartanalyzer -p $(PACKAGE_ROOT) \ |
| + --package-warnings --machine compiler_isolate.dart 2>&1 \ |
| + | grep -v DEPRECATED_MEMBER_USE \ |
| + | sed -e "s,$(PWD)/,," \ |
| + | awk -F'|' '{print $$4 ":" $$5 ":" $$6 ": [" $$3 "] " $$8 }' |
|
kasperl
2014/06/23 13:02:45
It's a bit painful to see this duplication.
ahe
2014/06/23 13:24:05
Yes, but Makefile macros are even more painful :-(
|