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:
parent
1063ed8f3b
commit
bb53b1c250
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user