]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Create directories using "mkdir -p". Ticket #903. (CVS 1966)
authordrh <drh@noemail.net>
Fri, 17 Sep 2004 20:47:16 +0000 (20:47 +0000)
committerdrh <drh@noemail.net>
Fri, 17 Sep 2004 20:47:16 +0000 (20:47 +0000)
FossilOrigin-Name: 02de1cf95e0cf230aeebdb0c4684e486b1424810

Makefile.in
manifest
manifest.uuid

index 7ff2dbc49ade1cb74c1f4167dfe4f16a98c041c2..db15e6c808dbc647bdd29291c657be2b9b8cf7d2 100644 (file)
@@ -208,7 +208,7 @@ sqlite3@TARGET_EXEEXT@:     $(TOP)/src/shell.c libsqlite3.la sqlite3.h
 #
 target_source: $(SRC) $(VDBEHDR) 
        rm -rf tsrc
-       mkdir tsrc
+       mkdir -p tsrc
        cp $(SRC) $(VDBEHDR) tsrc
        rm tsrc/sqlite.h.in tsrc/parse.y
        cp parse.c opcodes.c tsrc
@@ -440,7 +440,7 @@ docs.html:  $(TOP)/www/docs.tcl
        tclsh $(TOP)/www/docs.tcl >docs.html
 
 download.html: $(TOP)/www/download.tcl
-       mkdir doc
+       mkdir -p doc
        tclsh $(TOP)/www/download.tcl >download.html
 
 faq.html:      $(TOP)/www/faq.tcl
index 94a9206ab60a2f3d04e11dc14c7d6ae00e6b30b2..db7ec0d26e156407b1f0ac5571185b9637b7e98b 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,6 +1,6 @@
-C Close\sstray\sstatements\sprior\sto\sfinishing\strace.test,\sto\savoid\sa\sfile\ndescriptor\sleak.\s(CVS\s1965)
-D 2004-09-17T20:46:55
-F Makefile.in 9cdfc3af2647055085969968ca2394f24c3c6166
+C Create\sdirectories\susing\s"mkdir\s-p".\s\sTicket\s#903.\s(CVS\s1966)
+D 2004-09-17T20:47:17
+F Makefile.in 281e91392b9e14d3f4dd031866ac8ab7e3e1f983
 F Makefile.linux-gcc a9e5a0d309fa7c38e7c14d3ecf7690879d3a5457
 F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd
 F VERSION d28cfc2e7714a747851e50cc1a5ee8ab0ded7a78
@@ -247,7 +247,7 @@ F www/tclsqlite.tcl 560ecd6a916b320e59f2917317398f3d59b7cc25
 F www/vdbe.tcl 59288db1ac5c0616296b26dce071c36cb611dfe9
 F www/version3.tcl 092a01f5ef430d2c4acc0ae558d74c4bb89638a0
 F www/whentouse.tcl a8335bce47cc2fddb07f19052cb0cb4d9129a8e4
-P c34f3209e5028e008ea9e2c43f1e0d97d6db01d3
-R 9bf1357a0f59d6cb60105f9baaa7a8a0
+P 8bb0221da8ab49d766db7cd2f815ba2a305e15de
+R 664a9329db2f0606e2f5482a06f87e66
 U drh
-Z 65c375355addb95c8f1eba5741c8237a
+Z 3f06463bca1e56977061c9c05bc5094e
index 71f92f138fe2af538054f45f953e921905ed50e8..bdf1d941a3523e42e5e2ba40b435214abdb1d7b2 100644 (file)
@@ -1 +1 @@
-8bb0221da8ab49d766db7cd2f815ba2a305e15de
\ No newline at end of file
+02de1cf95e0cf230aeebdb0c4684e486b1424810
\ No newline at end of file