Hello, I have a weird situation. I have a dependency tree like this:
a.myr -> a.o a.use a.use b.myr -> b.o b.use b.use c.myr -> c.o c.use I tried this: : foreach *.myr |> command |> %B.o %B.use but the order isn't correct. I'm not sure how to approach this. Any ideas? -- Ryan If anybody ever asks me why I prefer C++ to C, my answer will be simple: "It's becauseslejfp23(@#Q*(E*EIdc-SEGFAULT. Wait, I don't think that was nul-terminated." Personal reality distortion fields are immune to contradictory evidence. - srean Check out my website: http://kirbyfan64.github.io/ -- -- 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.
