Create directories using "mkdir -p". Ticket #903. (CVS 1966)

FossilOrigin-Name: 02de1cf95e0cf230aeebdb0c4684e486b1424810
This commit is contained in:
drh 2004-09-17 20:47:16 +00:00
parent 31f33e1369
commit d2f397f9f3
3 changed files with 9 additions and 9 deletions

View 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

View File

@ -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

View File

@ -1 +1 @@
8bb0221da8ab49d766db7cd2f815ba2a305e15de
02de1cf95e0cf230aeebdb0c4684e486b1424810