Commit bb53b1c2 authored by Alex Brainman's avatar Alex Brainman

build: add another --no-print-directory

Fixes #1344.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/3584042
parent 1063ed8f
......@@ -14,7 +14,7 @@ if [ -f $OUT ] && ! [ -w $OUT ]; then
fi
# Get list of directories from Makefile
dirs=$(gomake echo-dirs)
dirs=$(gomake --no-print-directory echo-dirs)
dirpat=$(echo $dirs C | sed 's/ /|/g; s/.*/^(&)$/')
for dir in $dirs; do (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment