jam seems to badly handle parenthesis with the B modifier : the workaround is to remove other modifiers
fixes ticket #981 git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19945 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -126,7 +126,7 @@ rule AddFilesToHaikuImage
|
|||||||
if $(destName) {
|
if $(destName) {
|
||||||
name = $(destName) ;
|
name = $(destName) ;
|
||||||
} else {
|
} else {
|
||||||
name = $(target:BS) ;
|
name = $(target:G=:D=) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
local destTarget = $(name:G=HaikuImage__$(directory:G=)) ;
|
local destTarget = $(name:G=HaikuImage__$(directory:G=)) ;
|
||||||
|
|||||||
Reference in New Issue
Block a user