[OpenAFS-devel] make -j src/roken dependencies?

Derrick Brashear shadow@gmail.com
Fri, 19 Oct 2012 03:58:17 -0400


auth requires hcrypto, which requires $(DIR_roken), which should already do it.
so we need more information: which target was compiling userok.c?

On Thu, Oct 18, 2012 at 8:36 PM, Troy Benjegerdes <hozer@hozed.org> wrote:
> I ran into a problem where if I did something like
> 'make -j12', that include/roken.h would not be put in
> place before something like src/auth/userok.c, was
> built, and the build would blow up later with 'rk_rename'
> undefined errors during link.
>
> Is there a clean way to put this into the dependencies
> in the top-level makefile?
> _______________________________________________
> OpenAFS-devel mailing list
> OpenAFS-devel@openafs.org
> https://lists.openafs.org/mailman/listinfo/openafs-devel
>



-- 
Derrick