diff options
author | Simon J. Gerraty <sjg@FreeBSD.org> | 2014-11-23 00:08:22 +0000 |
---|---|---|
committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2014-11-23 00:08:22 +0000 |
commit | f1382cffe7703a142e8eea88242485a577c1aeb2 (patch) | |
tree | 4ab0fcd89330d47d7720e0b8c6453ae5b9fc587b /pkgs/pseudo/universe/Makefile.depend | |
parent | 566bf19ac8cd78a36266c3b81c57051c40758289 (diff) | |
download | src-f1382cffe7703a142e8eea88242485a577c1aeb2.tar.gz src-f1382cffe7703a142e8eea88242485a577c1aeb2.zip |
Leverage dirdeps.mk by tweaking _DIRDEP_USE_LEVEL
so we can have a 2nd stage of dependencies computed in parallel.
Reviewed by: marcel
Notes
Notes:
svn path=/projects/bmake/; revision=274902
Diffstat (limited to 'pkgs/pseudo/universe/Makefile.depend')
-rw-r--r-- | pkgs/pseudo/universe/Makefile.depend | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/pkgs/pseudo/universe/Makefile.depend b/pkgs/pseudo/universe/Makefile.depend new file mode 100644 index 000000000000..e9cbdb58b354 --- /dev/null +++ b/pkgs/pseudo/universe/Makefile.depend @@ -0,0 +1,15 @@ +# $FreeBSD$ + +# This file is not autogenerated - take care! + +# this is not normally needed, but we are not normal +.if ${.MAKE.LEVEL} == 0 +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +# our role here is to build all the host tools etc. +DIRDEPS = \ + pkgs/pseudo/hosttools.host \ + + +.include <dirdeps.mk> +.endif |