From: Michal Marek Date: Wed, 18 Jun 2014 15:15:17 +0000 (+0200) Subject: Documentation: Fix DocBook build with relative $(srctree) X-Git-Tag: omap-for-v3.17/soc-cleanup~60^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a981296f048b99b0d5bb4d87c732a6cfb35a1c66;p=pandora-kernel.git Documentation: Fix DocBook build with relative $(srctree) After commits 890676c6 (kbuild: Use relative path when building in the source tree) and 9da0763b (kbuild: Use relative path when building in a subdir of the source tree), the $(srctree) variable can be a relative path. This breaks Documentation/DocBook/media/Makefile, because it tries to create symlinks from a subdirectory of the object tree to the source tree. Fix this by using a full path in this case. Reported-by: Randy Dunlap Acked-by: Randy Dunlap Tested-by: Randy Dunlap Signed-off-by: Michal Marek --- Reading git-diff-tree failed