On Saturday 15 of August 2015 06:55:08 WayneS wrote: > So one of the tools in my build environment writes a logfile. I can't turn > off the logfile and it doesn't happen to be in a .hidden directory. > Since tup doesn't allow me to ignore certain dependencies that are detected > I can't use it. > Am I missing something?
Can't you specify this file as output? You could also try to use "combined" command like "build-tool ... && rm -rf logfile.log". Regards, FCh -- -- 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.
