<html><head></head><body>+1 for reasons already outlined<br><br><div class="gmail_quote">Le 10 juillet 2020 10:25:20 GMT+02:00, Steve Lhomme <robux4@ycbcr.xyz> a écrit :<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail">This is convenient for Windows builds with PDB. It allows extracting all<br>the sources to see the debugged sources without having to build them.<br><br>This is also convenient when using prebuilt contribs with debug symbols,<br>it's possible to retrieve the matching sources without building anything.<br><br>If the environment has some packages that were otherwise built they will<br>not be extracted with "make extract". To avoid that you can set PKG_CONFIG_PATH<br>to "" to avoid using the environment packages.<hr> contrib/src/help.txt | 1 +<br> contrib/src/main.mak | 3 ++-<br> 2 files changed, 3 insertions(+), 1 deletion(-)<br><br>diff --git a/contrib/src/help.txt b/contrib/src/help.txt<br>index d64ca8ef2c8..d2bd17ee5ea 100644<br>--- a/contrib/src/help.txt<br>+++ b/contrib/src/help.txt<br>@@ -4,6 +4,7 @@ Other targets:<br>  * make install      same as "make"<br>  * make prebuilt     fetch and install prebuilt binaries<br>  * make list         list packages<br>+ * make extract      extract required source tarballs<br>  * make fetch        fetch required source tarballs<br>  * make fetch-all    fetch all source tarballs<br>  * make distclean    clean everything and undo bootstrap<br>diff --git a/contrib/src/main.mak b/contrib/src/main.mak<br>index 4ade7b799be..8d2f8f08fb5 100644<br>--- a/contrib/src/main.mak<br>+++ b/contrib/src/main.mak<br>@@ -480,6 +480,7 @@ PKGS := $(sort $(PKGS_MANUAL) $(PKGS_DEPS))<br> <br> fetch: $(PKGS:%=.sum-%)<br> fetch-all: $(PKGS_ALL:%=.sum-%)<br>+extract: $(PKGS)<br> install: $(PKGS:%=.%)<br> <br> mostlyclean:<br>@@ -546,7 +547,7 @@ list:<br> help:<br>       @cat $(SRC)/help.txt<br> <br>-.PHONY: all fetch fetch-all install mostlyclean clean distclean package list help prebuilt<br>+.PHONY: all fetch fetch-all extract install mostlyclean clean distclean package list help prebuilt<br> <br> CMAKE_SYSTEM_NAME =<br> ifdef HAVE_WIN32</pre></blockquote></div><br>-- <br>Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.</body></html>