From d2f397f9f3b75880f500f449f7815a8830d5ea0e Mon Sep 17 00:00:00 2001 From: drh Date: Fri, 17 Sep 2004 20:47:16 +0000 Subject: [PATCH] Create directories using "mkdir -p". Ticket #903. (CVS 1966) FossilOrigin-Name: 02de1cf95e0cf230aeebdb0c4684e486b1424810 --- Makefile.in | 4 ++-- manifest | 12 ++++++------ manifest.uuid | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Makefile.in b/Makefile.in index 7ff2dbc49a..db15e6c808 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 diff --git a/manifest b/manifest index 94a9206ab6..db7ec0d26e 100644 --- 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 diff --git a/manifest.uuid b/manifest.uuid index 71f92f138f..bdf1d941a3 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -8bb0221da8ab49d766db7cd2f815ba2a305e15de \ No newline at end of file +02de1cf95e0cf230aeebdb0c4684e486b1424810 \ No newline at end of file -- 2.47.3