> > Ah, I see; you're running `make regress' ; simply running `make' should
> > work correctly (it implies building, and the running the regress target,
> > when Makefile includes ).
>
> That would fix it for the local case inside of /usr/src/regress. Wouldn't
> it still be an issue at the top le
On Sat, Jul 19, 2014 at 06:59:14PM +, Miod Vallat wrote:
> Ah, I see; you're running `make regress' ; simply running `make' should
> work correctly (it implies building, and the running the regress target,
> when Makefile includes ).
That would fix it for the local case inside of /usr/src/regr
Ah, I see; you're running `make regress' ; simply running `make' should
work correctly (it implies building, and the running the regress target,
when Makefile includes ).
> I have a log from a partial run of 'make regression-tests' (I hit a bug
> in kqueue which hangs indefinitely) and it showed up as failing. I went
> into libexec/ld.so/randomdata and ran 'make depend regress' and it doesn't
> work without that patch.
>
> It would get built if something called 'm
On Sat, Jul 19, 2014 at 06:03:18PM +, Miod Vallat wrote:
> They do; the magic to build libaa comes from
> regress/libexec/ld.so/randomdata/Makefile.inc .
>
> There are no regress tests to run in the libaa directory itself, but it
> needs to be in SUBDIR to get the obj directory and symlink cre
> The regression tests under randomdata do not work. They must build
> libaa before running. libaa doesn't have a target for regress so
> even though it's a SUBDIR in ../Makefile, it doesn't do anything.
They do; the magic to build libaa comes from
regress/libexec/ld.so/randomdata/Makefile.inc .
The regression tests under randomdata do not work. They must build
libaa before running. libaa doesn't have a target for regress so
even though it's a SUBDIR in ../Makefile, it doesn't do anything.
Index: regress/libexec/ld.so/randomdata/libaa/Makefile
==