Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 540460 | Differences between
and this patch

Collapse All | Expand All

(-)build.sh.orig (-1 / +1 lines)
Lines 19-23 Link Here
19
for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore mongodump mongotop mongooplog; do
19
for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore mongodump mongotop mongooplog; do
20
	echo "Building ${i}..."
20
	echo "Building ${i}..."
21
  	# Build the tool, using -ldflags to link in the current gitspec
21
  	# Build the tool, using -ldflags to link in the current gitspec
22
	go build -o "bin/$i" -ldflags "-X github.com/mongodb/mongo-tools/common/options.Gitspec `git rev-parse HEAD`" -tags "$tags" "$i/main/$i.go"
22
	go build -o "bin/$i" -tags "$tags" "$i/main/$i.go"
23
done
23
done

Return to bug 540460