1) Yes, there are several reasons: for example, you updated the gcc in you system and you want a new version of your program compiled against new gcc. Obviously, you don't add the gcc files as inputs, but you want to compile anyway your program. But tup says that nothing has changed....
2) How can I do that? Is it possible to create a target like in make: clean: rm *.aux *.log How can I do with tup? 2014-06-27 21:04 GMT+02:00 Pat Pannuto <[email protected]>: > 1.) No. There is no reason to ever need to do this. > > 2.) Yes. You can simply specify the path you’d like > > 3.) Not as of yet. > > On June 27, 2014 at 15:00:25, [email protected] ([email protected]) > wrote: > > Hi, > > I'm new in tup. Just a few questions: > > 1) Is it possible to force the running of tup > 2) Is there any way to specify targets like gnu make? > 3) Is there any way to specify other conditions rather than date like for > example md5sum variation? > > Thanks, > -- > -- > 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. > > -- -- 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.
