Gitweb links:
...log
http://git.netsurf-browser.org/buildsystem.git/shortlog/1fbac2b96208708bb6447a01f793248bc72e9ada
...commit
http://git.netsurf-browser.org/buildsystem.git/commit/1fbac2b96208708bb6447a01f793248bc72e9ada
...tree
http://git.netsurf-browser.org/buildsystem.git/tree/1fbac2b96208708bb6447a01f793248bc72e9ada
The branch, master has been updated
via 1fbac2b96208708bb6447a01f793248bc72e9ada (commit)
from 979e55b96705666334d3f00aebad30f49b11d677 (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=1fbac2b96208708bb6447a01f793248bc72e9ada
commit 1fbac2b96208708bb6447a01f793248bc72e9ada
Author: Daniel Silverstone <[email protected]>
Commit: Daniel Silverstone <[email protected]>
makefiles: Use install -C by default
Signed-off-by: Daniel Silverstone <[email protected]>
diff --git a/makefiles/Makefile.tools b/makefiles/Makefile.tools
index d998953..f312394 100644
--- a/makefiles/Makefile.tools
+++ b/makefiles/Makefile.tools
@@ -276,7 +276,7 @@ GENHTML ?= genhtml
BUILD_CXX ?= c++
-INSTALL ?= install
+INSTALL ?= install -C
LCOV ?= lcov
-----------------------------------------------------------------------
Summary of changes:
makefiles/Makefile.tools | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/makefiles/Makefile.tools b/makefiles/Makefile.tools
index d998953..f312394 100644
--- a/makefiles/Makefile.tools
+++ b/makefiles/Makefile.tools
@@ -276,7 +276,7 @@ GENHTML ?= genhtml
BUILD_CXX ?= c++
-INSTALL ?= install
+INSTALL ?= install -C
LCOV ?= lcov
--
NetSurf Project build system
_______________________________________________
netsurf-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]