bonefish: Fixed bug #1346. The relative output directory for the root directory was
computed as '.' which resulted in output path ending with '/.', causing mkdir to choke. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21778 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -2,6 +2,9 @@
|
|||||||
rule SetupObjectsDir
|
rule SetupObjectsDir
|
||||||
{
|
{
|
||||||
local relPath = [ FDirName $(SUBDIR_TOKENS[2-]) ] ;
|
local relPath = [ FDirName $(SUBDIR_TOKENS[2-]) ] ;
|
||||||
|
if $(relPath) = . {
|
||||||
|
relPath = ;
|
||||||
|
}
|
||||||
COMMON_PLATFORM_LOCATE_TARGET =
|
COMMON_PLATFORM_LOCATE_TARGET =
|
||||||
[ FDirName $(HAIKU_COMMON_PLATFORM_OBJECT_DIR) $(relPath) ] ;
|
[ FDirName $(HAIKU_COMMON_PLATFORM_OBJECT_DIR) $(relPath) ] ;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user