apenwarr-redo/t/defaults-flat
Avery Pennarun 0dcc3f61b6 Search parent directories for default*.do.
Previously, we would only search for default*.do in the same directory in
the target; now we search parent directories as well.

Let's say we're in a/b/ and trying to build foo.o.  If we find
../../default.o.do, then we'll run

	cd ../..; sh default.o.do a/b/foo .o $TMPNAME

In other words, we still always chdir to the same directory as the .do file.
But now $1 might have a path in it, not just a basename.
2010-12-19 05:58:49 -08:00
..
.gitignore Search parent directories for default*.do. 2010-12-19 05:58:49 -08:00
all.do Move some of the tests from t/ into t/defaults-flat. 2010-12-19 04:54:44 -08:00
c.c.c.b.b.a Move some of the tests from t/ into t/defaults-flat. 2010-12-19 04:54:44 -08:00
c.do Move some of the tests from t/ into t/defaults-flat. 2010-12-19 04:54:44 -08:00
clean.do Move some of the tests from t/ into t/defaults-flat. 2010-12-19 04:54:44 -08:00
default.b.do Move some of the tests from t/ into t/defaults-flat. 2010-12-19 04:54:44 -08:00
default.c.c.do Move some of the tests from t/ into t/defaults-flat. 2010-12-19 04:54:44 -08:00
default.c.do Move some of the tests from t/ into t/defaults-flat. 2010-12-19 04:54:44 -08:00
default.do Move some of the tests from t/ into t/defaults-flat. 2010-12-19 04:54:44 -08:00