Hello Tup-users! Is anyone using tup with go in production? I am trying to simply wrap go build in a rule such as:
: sourcefile.go |> ^c^ go build -p %o %f |> bin/%B However, it errors out with lots of these: tup error: Directory '/tmp/go-build457314217/_obj' was created, but not subsequently removed. Only temporary directories can be created by commands. Yet, when I look, the directories are gone: : #>ls /tmp/go-build457314217/ : ls: cannot access /tmp/go-build457314217/: No such file or directory Thanks! -Shammah Chancellor -- -- tup-users mailing list email: [email protected] unsubscribe: [email protected] options: http://groups.google.com/group/tup-users?hl=en --- You received this message because you are subscribed to the Google Groups "tup-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
