*Tupfile* *: a |> cat a> b |> b* *: |> touch a |> a* *==> if I change order ( generating a before b ), it works. Am I doing something wrong?* *This is fundamental. we do not expect users to write targets based on build order . build system has to parse and figure out dependencies.* * /auto/andmerge24/buildsa/polaris_dev/tools/tup_bin/tup init* *.tup repository initialized.* *-bash-4.1$ /auto/andmerge24/buildsa/polaris_dev/tools/tup_bin/tup* *[ tup ] [0.009s] Scanning filesystem...* *[ tup ] [0.014s] Reading in new environment variables...* *[ tup ] [0.020s] Parsing Tupfiles...* ** 0) [0.000s] .* *tup error: Explicitly named file 'a' not found in subdir '.'* *tup error: Error parsing Tupfile line 1* * Line was: ': a |> cat a> b |> b'* * [ ] 100%* * *** tup: 1 job failed.* *-bash-4.1$ cat Tupfile* *: a |> cat a> b |> b* *: |> touch a |> a* -- -- 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.
