Adjusted code for determining the revision in order to hopefully work on FreeBSD, too
* convert determine_haiku_revision to only contain functions and now pass the arguments via function call git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41539 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
+3
-2
@@ -335,8 +335,9 @@ actions CopySetHaikuRevision1
|
||||
{
|
||||
$(HOST_ADD_BUILD_COMPATIBILITY_LIB_DIR)
|
||||
|
||||
. $(HAIKU_TOP)/build/scripts/determine_haiku_revision $(HAIKU_TOP) \
|
||||
$(HAIKU_BUILD_OUTPUT_DIR)
|
||||
. $(HAIKU_TOP)/build/scripts/determine_haiku_revision
|
||||
determineHaikuRevision $(HAIKU_TOP) $(HAIKU_BUILD_OUTPUT_DIR)
|
||||
|
||||
$(2[1]) --data $(2[3]) $(1) &&
|
||||
$(2[2]) $(1) ${revision}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user