From 885fad890c287c4ef429e07e0186837ba215e3a4 Mon Sep 17 00:00:00 2001 From: stephan Date: Sat, 19 Oct 2024 13:38:51 +0000 Subject: [PATCH] Add missing $(TEXE) suffixes in the tool-zip makefile target. FossilOrigin-Name: 5a594dbcd533aa1e37acea1702db993672c3c0e621add9ea26a497c52037617f --- Makefile.in | 7 ++++--- manifest | 14 +++++++------- manifest.uuid | 2 +- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/Makefile.in b/Makefile.in index ccdd447dad..583d81ef7e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1544,9 +1544,10 @@ snapshot-tarball: sqlite3.c sqlite3rc.h # Build a ZIP archive containing various command-line tools. # -tool-zip: testfixture sqlite3 sqldiff sqlite3_analyzer sqlite3_rsync $(TOP)/tool/mktoolzip.tcl - strip sqlite3 sqldiff sqlite3_analyzer sqlite3_rsync - ./testfixture $(TOP)/tool/mktoolzip.tcl +tool-zip: testfixture$(TEXE) sqlite3$(TEXE) sqldiff$(TEXE) \ + sqlite3_analyzer$(TEXE) sqlite3_rsync$(TEXE) $(TOP)/tool/mktoolzip.tcl + strip sqlite3$(TEXE) sqldiff$(TEXE) sqlite3_analyzer$(TEXE) sqlite3_rsync$(TEXE) + ./testfixture$(TEXE) $(TOP)/tool/mktoolzip.tcl # The next two rules are used to support the "threadtest" target. Building # threadtest runs a few thread-safety tests that are implemented in C. This diff --git a/manifest b/manifest index eae5cf6468..43fa6659a6 100644 --- a/manifest +++ b/manifest @@ -1,9 +1,9 @@ -C Move\sthe\s#include\sof\shwtime.h\sfrom\sthe\sbottom\sof\sutil.c\sto\sthe\stop\sof\nvdbe.c\sso\sthat\sit\swill\sbe\savailable\swhen\sneeded,\seven\sfor\snon-amalgamation\nbuilds. -D 2024-10-19T13:20:34.419 +C Add\smissing\s$(TEXE)\ssuffixes\sin\sthe\stool-zip\smakefile\starget. +D 2024-10-19T13:38:51.754 F .fossil-settings/empty-dirs dbb81e8fc0401ac46a1491ab34a7f2c7c0452f2f06b54ebb845d024ca8283ef1 F .fossil-settings/ignore-glob 35175cdfcf539b2318cb04a9901442804be81cd677d8b889fcc9149c21f239ea F LICENSE.md df5091916dbb40e6e9686186587125e1b2ff51f022cc334e886c19a0e9982724 -F Makefile.in 4b9fa930269f96a525359406c3efe7a48282354ec8f28da94e318713e6c6694e +F Makefile.in 93330c792ece8b4c4bc7ea39bd52eca2a9fad37943811f9f773a725ad76f2e7c F Makefile.linux-gcc f3842a0b1efbfbb74ac0ef60e56b301836d05b4d867d014f714fa750048f1ab6 F Makefile.msc 58b69eda1faad5d475092b8aeffab9156ee4901a82db089b166607f2ec907ee4 F README.md c3c0f19532ce28f6297a71870f3c7b424729f0e6d9ab889616d3587dd2332159 @@ -2219,8 +2219,8 @@ F vsixtest/vsixtest.tcl 6195aba1f12a5e10efc2b8c0009532167be5e301abe5b31385638080 F vsixtest/vsixtest.vcxproj.data 2ed517e100c66dc455b492e1a33350c1b20fbcdc F vsixtest/vsixtest.vcxproj.filters 37e51ffedcdb064aad6ff33b6148725226cd608e F vsixtest/vsixtest_TemporaryKey.pfx e5b1b036facdb453873e7084e1cae9102ccc67a0 -P 59b76a99e4a28f4cc8c4f9f39ff6e039c4d29cb7b44183f1902b5792638656d2 -R 93617d58f3cb1733a1670f761c0bfb92 -U drh -Z 2989e59c9bcd1d88ad7ed1923e84435a +P 5f23036a87f443c82fa7fd48fdac16a31128bb9288b71f97228c29bcfeb632fb +R f08a9ca6e3dbf12abe2c182a8dad1fb5 +U stephan +Z 3c4963818c18353d16f17a7c184768fc # Remove this line to create a well-formed Fossil manifest. diff --git a/manifest.uuid b/manifest.uuid index 4406cb5b7a..46c66c0bdb 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -5f23036a87f443c82fa7fd48fdac16a31128bb9288b71f97228c29bcfeb632fb +5a594dbcd533aa1e37acea1702db993672c3c0e621add9ea26a497c52037617f -- 2.47.2