]> Cypherpunks repositories - gostls13.git/commitdiff
build: add another --no-print-directory
authorAlex Brainman <alex.brainman@gmail.com>
Wed, 15 Dec 2010 23:46:25 +0000 (10:46 +1100)
committerAlex Brainman <alex.brainman@gmail.com>
Wed, 15 Dec 2010 23:46:25 +0000 (10:46 +1100)
Fixes #1344.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/3584042

src/pkg/deps.bash

index 3a29188ce57e8a827742fc9b8087a0fa1ef3c185..a8e3dfc3a152e8c3ca586e71ad501332289f6c2d 100755 (executable)
@@ -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 (