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