| Index: dart/site/try/src/Makefile
|
| diff --git a/dart/site/try/src/Makefile b/dart/site/try/src/Makefile
|
| index a7f64a6da34d7879e186e2c33143bda8bc0f9eb5..d21996bdbee2476628c91b9ddd05860bcb1dd2a9 100644
|
| --- a/dart/site/try/src/Makefile
|
| +++ b/dart/site/try/src/Makefile
|
| @@ -6,6 +6,8 @@ SDK_DIR=../../../xcodebuild/ReleaseIA32/dart-sdk
|
| PACKAGE_ROOT=../../../sdk/lib/_internal/
|
|
|
| all:
|
| - $(SDK_DIR)/bin/dartanalyzer -p $(PACKAGE_ROOT) leap.dart --machine 2>&1\
|
| + $(SDK_DIR)/bin/dartanalyzer -p $(PACKAGE_ROOT) \
|
| + --package-warnings --machine leap.dart 2>&1 \
|
| + | grep -v DEPRECATED_MEMBER_USE \
|
| | sed -e "s,$(PWD)/,," \
|
| - | awk -F'|' '{print $$4 ":" $$5 ":" $$6 ": " $$8}'
|
| + | awk -F'|' '{print $$4 ":" $$5 ":" $$6 ": [" $$3 "] " $$8 }'
|
|
|