go list -f '{{join .Deps "\n"}}'"$(CMDPKG)/..."| sort | uniq | xargs -I {} sh -c "go list -f '{{if not .Standard}}{{.ImportPath}}{{end}}' {} | tee -a '$(RPTDIR)/deps.out'"
go list -f '{{join .Deps "\n"}}'"$(CMDPKG)/..."| sort | uniq | xargs -I {} sh -c "go list -f '{{if not .Standard}}{{.ImportPath}}{{end}}' {} | tee -a '$(RPTDIR)/deps.out'"
build:$(CMDS)
build:$(CMDS)
$(CMDS):setup-dirsdep
$(CMDS):setup-dirsdep
$(GOBUILD)"$(CMDPKG)/$@"| tee "$(RPTDIR)/build-$@.out"
$(GOBUILD)"$(CMDPKG)/$@"| tee "$(RPTDIR)/build-$@.out"
@ -154,6 +168,7 @@ dist: clean build
cd"$(DISTDIR)";for dir in ./*darwin*;do$(GZCMD)"$(basename "$$dir").tar.gz""$$dir";done
cd"$(DISTDIR)";for dir in ./*darwin*;do$(GZCMD)"$(basename "$$dir").tar.gz""$$dir";done
cd"$(DISTDIR)"; find . -maxdepth 1 -type f -printf "$(SHACMD) %P | tee \"./%P.sha\"\n"| sh
cd"$(DISTDIR)"; find . -maxdepth 1 -type f -printf "$(SHACMD) %P | tee \"./%P.sha\"\n"| sh