Gitweb links:
...log
http://git.netsurf-browser.org/netsurf-all.git/shortlog/d65dba6f6e4d4c35b...
...commit
http://git.netsurf-browser.org/netsurf-all.git/commit/d65dba6f6e4d4c35b9d...
...tree
http://git.netsurf-browser.org/netsurf-all.git/tree/d65dba6f6e4d4c35b9db3...
The branch, master has been updated
via d65dba6f6e4d4c35b9db3c8036913e48809fad2e (commit)
from 3c80f49dc4e5da4e32febe077d17c19897417ad5 (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/netsurf-all.git/commit/?id=d65dba6f6e4d4c3...
commit d65dba6f6e4d4c35b9db3c8036913e48809fad2e
Author: Vincent Sanders <vince(a)kyllikki.org>
Commit: Vincent Sanders <vince(a)kyllikki.org>
netsurf extra config options must be passed to install and package targets
diff --git a/Makefile b/Makefile
index 2d2c4ce..eef87cb 100644
--- a/Makefile
+++ b/Makefile
@@ -63,10 +63,10 @@ $(TMP_PREFIX)/build-stamp:
touch $@
package: $(TMP_PREFIX)/build-stamp
- $(MAKE) --directory=$(NETSURF_TARG) PREFIX=$(PREFIX) TARGET=$(TARGET) package
+ $(MAKE) --directory=$(NETSURF_TARG) PREFIX=$(PREFIX) TARGET=$(TARGET) package
$(NETSURF_CONFIG)
install: $(TMP_PREFIX)/build-stamp
- $(MAKE) install --directory=$(NETSURF_TARG) TARGET=$(TARGET) PREFIX=$(PREFIX)
DESTDIR=$(DESTDIR)
+ $(MAKE) install --directory=$(NETSURF_TARG) TARGET=$(TARGET) PREFIX=$(PREFIX)
DESTDIR=$(DESTDIR) $(NETSURF_CONFIG)
clean:
$(RM) -r $(TMP_PREFIX)
-----------------------------------------------------------------------
Summary of changes:
Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 2d2c4ce..eef87cb 100644
--- a/Makefile
+++ b/Makefile
@@ -63,10 +63,10 @@ $(TMP_PREFIX)/build-stamp:
touch $@
package: $(TMP_PREFIX)/build-stamp
- $(MAKE) --directory=$(NETSURF_TARG) PREFIX=$(PREFIX) TARGET=$(TARGET) package
+ $(MAKE) --directory=$(NETSURF_TARG) PREFIX=$(PREFIX) TARGET=$(TARGET) package
$(NETSURF_CONFIG)
install: $(TMP_PREFIX)/build-stamp
- $(MAKE) install --directory=$(NETSURF_TARG) TARGET=$(TARGET) PREFIX=$(PREFIX)
DESTDIR=$(DESTDIR)
+ $(MAKE) install --directory=$(NETSURF_TARG) TARGET=$(TARGET) PREFIX=$(PREFIX)
DESTDIR=$(DESTDIR) $(NETSURF_CONFIG)
clean:
$(RM) -r $(TMP_PREFIX)
--
NetSurf 'all' tree. Typically used for releases