Obsolete variable was still checked, which led to source directories
being copied onto the image even when updating only and alwaysUpdate unspecified. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22118 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -491,7 +491,7 @@ rule AddSourceDirectoryToHaikuImage dirTokens : alwaysUpdate
|
|||||||
|
|
||||||
# If the image shall only be updated, we update sources only, if explicitely
|
# If the image shall only be updated, we update sources only, if explicitely
|
||||||
# requested.
|
# requested.
|
||||||
if ! $(HAIKU_IMAGE_UPDATE_ONLY) || $(alwaysUpdate) {
|
if ! [ IsUpdateHaikuImageOnly ] || $(alwaysUpdate) {
|
||||||
HAIKU_INSTALL_SOURCE_DIRS += [ FDirName $(HAIKU_TOP) $(dirTokens) ] ;
|
HAIKU_INSTALL_SOURCE_DIRS += [ FDirName $(HAIKU_TOP) $(dirTokens) ] ;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user