-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed
Labels
Milestone
Description
What steps will reproduce the problem? % go build -x WORK=/tmp/go-build249279931 mkdir -p $WORK/crypto/hmac/_obj/ mkdir -p $WORK/crypto/ cd /home/dfc/go/src/pkg/crypto/hmac /home/dfc/go/pkg/tool/linux_arm/5g -o $WORK/crypto/hmac/_obj/_go_.5 -p crypto/hmac -complete -D _/home/dfc/go/src/pkg/crypto/hmac -I $WORK ./hmac.go /home/dfc/go/pkg/tool/linux_arm/pack grcP $WORK $WORK/crypto/hmac.a $WORK/crypto/hmac/_obj/_go_.5 What is the expected output? What do you see instead? mkdir -p $WORK/crypto/hmac/_obj/ will create $WORK/crypto/ so mkdir -p $WORK/crypto/ is unnecessary. Please use labels and text to provide additional information.
Reactions are currently unavailable