1
0
mirror of https://github.com/golang/go synced 2024-11-20 09:44:45 -07:00

build: add another --no-print-directory

Fixes #1344.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/3584042
This commit is contained in:
Alex Brainman 2010-12-16 10:46:25 +11:00
parent 1063ed8f3b
commit bb53b1c250

View File

@ -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 (