Hello! I've just recreated your example and in here (on Linux) it works perfectly fine.
> $ tup > [ tup ] [0.007s] Scanning filesystem... > [ tup ] [0.014s] Reading in new environment variables... > [ tup ] [0.020s] Parsing Tupfiles... > > 1) [0.001s] . > [ ] 100% > > [ tup ] [0.026s] No files to delete. > [ tup ] [0.026s] Generating .gitignore files... > [ tup ] [0.032s] Executing Commands... > > 1) [0.060s] g++ -c main.cc --coverage -o main.o > 2) [0.064s] g++ -c foo.cc --coverage -o foo.o > [ ] 100% > > [ tup ] [0.101s] Updated. > $ tup --version > tup v0.7.3-24-g48fcb6d > $ ls > foo.cc foo.gcno foo.o main.cc main.gcno main.o Tupfile I think it would work with 0.7.3 too, but I did not check. Which version of tup are you using and on what OS? 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.
