<html><head></head><body>If you don't build them, there's no way to match them with the build content.<br><br>This is not only useless but it'll cause confusion by generating incorrect traces.<br><br>Besides there *cannot* be distinction between extraction and build. Some packages literally don't have separate steps. And even those that do, can and typically do have generated sources.<br><br>-1.<br><br><div class="gmail_quote">Le 7 juillet 2020 08:29:30 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.<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 1df4e52bd2f..6cf9037c92d 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>