Gitweb links:
...log
http://git.netsurf-browser.org/buildsystem.git/shortlog/121eac04430b85ce557fb1762204b1b43257f996
...commit
http://git.netsurf-browser.org/buildsystem.git/commit/121eac04430b85ce557fb1762204b1b43257f996
...tree
http://git.netsurf-browser.org/buildsystem.git/tree/121eac04430b85ce557fb1762204b1b43257f996
The branch, ashmew2/kolibri-cross has been updated
via 121eac04430b85ce557fb1762204b1b43257f996 (commit)
from 5d95452cbf9d3f876000943bd7a72cd4798f0e0b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/buildsystem.git/commit/?id=121eac04430b85ce557fb1762204b1b43257f996
commit 121eac04430b85ce557fb1762204b1b43257f996
Author: Ashish Gupta <[email protected]>
Commit: Ashish Gupta <[email protected]>
Make easier to migrate to other machines via KOLIBRI_SVN_CHECKOUT variable
diff --git a/makefiles/Makefile.tools b/makefiles/Makefile.tools
index 029dd9d..6eb48a8 100644
--- a/makefiles/Makefile.tools
+++ b/makefiles/Makefile.tools
@@ -260,13 +260,13 @@ else
endif
ifeq ($(HOST),kolibrios)
- KOL_LIBC_MAIN := $(HOME)/kolibrios/contrib/sdk/sources/newlib/libc/include
- KOL_LIBC_MACHINE :=
$(HOME)/kolibrios/contrib/sdk/sources/newlib/libc/include/machine
- KOL_LIBC_INCLUDES := -I$(KOL_LIBC_MAIN) -I$(KOL_LIBC_MACHINE)
-
- KOL_NS_DEP_INCLUDES := -I$(HOME)/kolibrios/contrib/sdk/sources/expat/lib
+ KOLIBRI_SVN_CHECKOUT := $(HOME)/kolibrios
+ KOL_LIBC_MAIN :=
$(KOLIBRI_SVN_CHECKOUT)/contrib/sdk/sources/newlib/libc/include
+ KOL_LIBC_MACHINE :=
$(KOLIBRI_SVN_CHECKOUT)/contrib/sdk/sources/newlib/libc/include/machine
- KOL_LIB_DIR := $(HOME)/kolibrios/contrib/sdk/lib
+ KOL_LIBC_INCLUDES := -I$(KOL_LIBC_MAIN) -I$(KOL_LIBC_MACHINE)
+ KOL_NS_DEP_INCLUDES :=
-I$(KOLIBRI_SVN_CHECKOUT/contrib/sdk/sources/expat/lib
+ KOL_LIB_DIR := $(KOLIBRI_SVN_CHECKOUT)/contrib/sdk/lib
LIB_LDFLAGS := -L$(KOL_LIB_DIR) -lfreetype
OS_LDFLAGS := -static -S -Tstatic.lds --image-base 0
-----------------------------------------------------------------------
Summary of changes:
makefiles/Makefile.tools | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/makefiles/Makefile.tools b/makefiles/Makefile.tools
index 029dd9d..6eb48a8 100644
--- a/makefiles/Makefile.tools
+++ b/makefiles/Makefile.tools
@@ -260,13 +260,13 @@ else
endif
ifeq ($(HOST),kolibrios)
- KOL_LIBC_MAIN := $(HOME)/kolibrios/contrib/sdk/sources/newlib/libc/include
- KOL_LIBC_MACHINE :=
$(HOME)/kolibrios/contrib/sdk/sources/newlib/libc/include/machine
- KOL_LIBC_INCLUDES := -I$(KOL_LIBC_MAIN) -I$(KOL_LIBC_MACHINE)
-
- KOL_NS_DEP_INCLUDES := -I$(HOME)/kolibrios/contrib/sdk/sources/expat/lib
+ KOLIBRI_SVN_CHECKOUT := $(HOME)/kolibrios
+ KOL_LIBC_MAIN :=
$(KOLIBRI_SVN_CHECKOUT)/contrib/sdk/sources/newlib/libc/include
+ KOL_LIBC_MACHINE :=
$(KOLIBRI_SVN_CHECKOUT)/contrib/sdk/sources/newlib/libc/include/machine
- KOL_LIB_DIR := $(HOME)/kolibrios/contrib/sdk/lib
+ KOL_LIBC_INCLUDES := -I$(KOL_LIBC_MAIN) -I$(KOL_LIBC_MACHINE)
+ KOL_NS_DEP_INCLUDES :=
-I$(KOLIBRI_SVN_CHECKOUT/contrib/sdk/sources/expat/lib
+ KOL_LIB_DIR := $(KOLIBRI_SVN_CHECKOUT)/contrib/sdk/lib
LIB_LDFLAGS := -L$(KOL_LIB_DIR) -lfreetype
OS_LDFLAGS := -static -S -Tstatic.lds --image-base 0
--
NetSurf Project build system
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org