Gitweb links:

...log 
http://git.netsurf-browser.org/buildsystem.git/shortlog/590d3cd0434eab68d95f4d6b07cba587c4ff5621
...commit 
http://git.netsurf-browser.org/buildsystem.git/commit/590d3cd0434eab68d95f4d6b07cba587c4ff5621
...tree 
http://git.netsurf-browser.org/buildsystem.git/tree/590d3cd0434eab68d95f4d6b07cba587c4ff5621

The branch, ashmew2/kolibri-cross has been updated
       via  590d3cd0434eab68d95f4d6b07cba587c4ff5621 (commit)
      from  74e97bf07c6c85e83764de8c4b926c6b758d0bb6 (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=590d3cd0434eab68d95f4d6b07cba587c4ff5621
commit 590d3cd0434eab68d95f4d6b07cba587c4ff5621
Author: Ashish Gupta <[email protected]>
Commit: Ashish Gupta <[email protected]>

    minor fix

diff --git a/makefiles/Makefile.tools b/makefiles/Makefile.tools
index 59d0aae..274cf62 100644
--- a/makefiles/Makefile.tools
+++ b/makefiles/Makefile.tools
@@ -275,9 +275,9 @@ else
     NS_INCLUDE := $(ENVDIR)/include
     NS_LIB_LDFLAGS := -L$(ENVDIR)/lib/ -lnsbmp -lnsutils -lwapcaplet -lsvgtiny 
-lnsgif -lutf8proc -lcss -lnsfb -lparserutils -ldom -lhubbub -lz -lexpat
 
-    WARN_SUPPRESS := -Wno-undef -Wno-redundant-decls -Wno-char-subscripts 
-Wno-undef -Wno-implicit-function-declaration -Wno-int-conversion 
-Wno-nested-externs -Wno-format-extra-args -Wno-format -Wno-pedantic
+    WARN_SUPPRESS := -Wno-undef -Wno-redundant-decls -Wno-char-subscripts 
-Wno-undef -Wno-implicit-function-declaration -Wno-nested-externs 
-Wno-format-extra-args -Wno-format -Wno-pedantic
     ERROR_SUPPRESS := -Wno-error=pedantic
-    CFLAGS += -c -fno-ident -fomit-frame-pointer -U__WIN32__ -U_Win32 -U_WIN32 
-U__MINGW32__ -UWIN32 -U__BSD_VISIBLE $(KOL_LIBC_INCLUDES) -I$(NS_INCLUDE) 
$(KOL_NS_DEP_INCLUDES) $(WARN_SUPPRESS) $(ERROR_SUPPRESS)
+    CFLAGS += -c -fno-ident -fomit-frame-pointer -U__WIN32__ -U_Win32 -U_WIN32 
-U__MINGW32__ -UWIN32 -U__BSD_VISIBLE -D__kolibri__ $(KOL_LIBC_INCLUDES) 
-I$(NS_INCLUDE) $(KOL_NS_DEP_INCLUDES) $(WARN_SUPPRESS) $(ERROR_SUPPRESS)
   LDFLAGS +=  $(OS_LDFLAGS) $(NS_LIB_LDFLAGS) $(LIB_LDFLAGS) -lc -lgcc -lc
   endif
 endif


-----------------------------------------------------------------------

Summary of changes:
 makefiles/Makefile.tools |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/makefiles/Makefile.tools b/makefiles/Makefile.tools
index 59d0aae..274cf62 100644
--- a/makefiles/Makefile.tools
+++ b/makefiles/Makefile.tools
@@ -275,9 +275,9 @@ else
     NS_INCLUDE := $(ENVDIR)/include
     NS_LIB_LDFLAGS := -L$(ENVDIR)/lib/ -lnsbmp -lnsutils -lwapcaplet -lsvgtiny 
-lnsgif -lutf8proc -lcss -lnsfb -lparserutils -ldom -lhubbub -lz -lexpat
 
-    WARN_SUPPRESS := -Wno-undef -Wno-redundant-decls -Wno-char-subscripts 
-Wno-undef -Wno-implicit-function-declaration -Wno-int-conversion 
-Wno-nested-externs -Wno-format-extra-args -Wno-format -Wno-pedantic
+    WARN_SUPPRESS := -Wno-undef -Wno-redundant-decls -Wno-char-subscripts 
-Wno-undef -Wno-implicit-function-declaration -Wno-nested-externs 
-Wno-format-extra-args -Wno-format -Wno-pedantic
     ERROR_SUPPRESS := -Wno-error=pedantic
-    CFLAGS += -c -fno-ident -fomit-frame-pointer -U__WIN32__ -U_Win32 -U_WIN32 
-U__MINGW32__ -UWIN32 -U__BSD_VISIBLE $(KOL_LIBC_INCLUDES) -I$(NS_INCLUDE) 
$(KOL_NS_DEP_INCLUDES) $(WARN_SUPPRESS) $(ERROR_SUPPRESS)
+    CFLAGS += -c -fno-ident -fomit-frame-pointer -U__WIN32__ -U_Win32 -U_WIN32 
-U__MINGW32__ -UWIN32 -U__BSD_VISIBLE -D__kolibri__ $(KOL_LIBC_INCLUDES) 
-I$(NS_INCLUDE) $(KOL_NS_DEP_INCLUDES) $(WARN_SUPPRESS) $(ERROR_SUPPRESS)
   LDFLAGS +=  $(OS_LDFLAGS) $(NS_LIB_LDFLAGS) $(LIB_LDFLAGS) -lc -lgcc -lc
   endif
 endif


-- 
NetSurf Project build system

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to