]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix the clean-autosetup target in Makefile.in so that it does not fail even
authordrh <>
Thu, 31 Oct 2024 17:38:30 +0000 (17:38 +0000)
committerdrh <>
Thu, 31 Oct 2024 17:38:30 +0000 (17:38 +0000)
in cases where gmake is unavailable.

FossilOrigin-Name: 207ca21bd7060a163da60b432f61ffaad8bedb6c0d59f090f9c5addb5b56d82d

Makefile.in
manifest
manifest.uuid

index 052f4fc833fa8efd1961aebf7cb11d7bce0b9d15..db7c8d500190bd0db9a0ffc6d86a89522e00cdba 100644 (file)
@@ -313,7 +313,7 @@ misspell: ./custom.rws has_tclsh84
 # build.
 #
 clean-autosetup:
-       -gmake -C ext/wasm distclean 2>/dev/null; true
+       -gmake -C ext/wasm distclean 2>/dev/null || true
 clean: clean-autosetup
 
 distclean-autosetup:   clean
index 814b3ce14998bb842a24e35e4227f6f1ecd7d221..5b63841aed7ebac542d821ce3c7507b3be407a5f 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,9 +1,9 @@
-C Extra\sdefenses\sagainst\sUAF\swhen\sfailing\sto\sallocate\sa\stransient\scursor.\s\sNo\nknown\spath\sto\sa\sUAF\scurrently\sexists.\s\sThis\schange\sjust\shelps\swith\sthe\sstatic\nanalysis\sto\sprove\sit.
-D 2024-10-31T17:23:40.795
+C Fix\sthe\sclean-autosetup\starget\sin\sMakefile.in\sso\sthat\sit\sdoes\snot\sfail\seven\nin\scases\swhere\sgmake\sis\sunavailable.
+D 2024-10-31T17:38:30.682
 F .fossil-settings/empty-dirs dbb81e8fc0401ac46a1491ab34a7f2c7c0452f2f06b54ebb845d024ca8283ef1
 F .fossil-settings/ignore-glob 35175cdfcf539b2318cb04a9901442804be81cd677d8b889fcc9149c21f239ea
 F LICENSE.md c5b4009dca54d127d2d6033c22fd9cc34f53bedb6ef12c7cbaa468381c74ab28
-F Makefile.in caeee287b060f652a9b69ccaad783729e2d6b28c7dfa82881837dc3fad1ed78f
+F Makefile.in 3a98abc984222a31c8597a0cd516c8dd9b72554d784a87c915d2e586db4ddb18
 F Makefile.linux-generic bd3e3cacd369821a6241d4ea1967395c962dfe3057e38cb0a435cee0e8b789d0
 F Makefile.msc a92237976eb92c5efaa0dd2524746aec12c196e12df8d4dbff9543a4648c3312
 F README.md c3c0f19532ce28f6297a71870f3c7b424729f0e6d9ab889616d3587dd2332159
@@ -2198,8 +2198,8 @@ F tool/version-info.c 3b36468a90faf1bbd59c65fd0eb66522d9f941eedd364fabccd7227350
 F tool/warnings-clang.sh bbf6a1e685e534c92ec2bfba5b1745f34fb6f0bc2a362850723a9ee87c1b31a7
 F tool/warnings.sh 49a486c5069de041aedcbde4de178293e0463ae9918ecad7539eedf0ec77a139
 F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
-P 5adc7d5dabbd9e2b18b3e13ab4e6463bfa8b5c1d604c94c8e67e6b812873ed30
-R 3055b723c94c4b7dc7038e85a5c66af4
+P bae05811116dae0d05bcc001655416d0316ca1c16cbde2bd49f691c832261b89
+R 957ccd48fa7bc0c62d7e67c32bc0fbd2
 U drh
-Z 44ba66da1a0b584652919774e84edda3
+Z cb32b7812ceb5a71ca7b422751807af3
 # Remove this line to create a well-formed Fossil manifest.
index 6f67ac85d1462303c65af3a82c9bd7c7896b0238..0abf8b60e784fe085a87f1e374f5a70c5f16a1a2 100644 (file)
@@ -1 +1 @@
-bae05811116dae0d05bcc001655416d0316ca1c16cbde2bd49f691c832261b89
+207ca21bd7060a163da60b432f61ffaad8bedb6c0d59f090f9c5addb5b56d82d