All of lore.kernel.org
 help / color / mirror / Atom feed
* [Cocci] [PATCH 1/2] coccinelle: mkdir ocaml/coccilib/ upon install
@ 2013-12-02 15:46 Luis R. Rodriguez
  2013-12-02 15:46 ` [Cocci] [PATCH 2/2] coccinelle: add .gitignore file Luis R. Rodriguez
  2013-12-02 22:00 ` [Cocci] [PATCH 1/2] coccinelle: mkdir ocaml/coccilib/ upon install SF Markus Elfring
  0 siblings, 2 replies; 6+ messages in thread
From: Luis R. Rodriguez @ 2013-12-02 15:46 UTC (permalink / raw)
  To: cocci

Create the directory before copying files into it.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 2b6c78a..8700df5 100644
--- a/Makefile
+++ b/Makefile
@@ -188,6 +188,7 @@ top: $(EXEC).top
 
 # the .cmi file of coccilib
 ocaml/coccilib/coccilib.cmi: ocaml/coccilib.cmi
+	@mkdir -p ocaml/coccilib/
 	cp ocaml/coccilib.cmi ocaml/coccilib/coccilib.cmi
 
 # ocamlbuild version of the main make targets
-- 
1.8.4.3

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-12-03 13:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-02 15:46 [Cocci] [PATCH 1/2] coccinelle: mkdir ocaml/coccilib/ upon install Luis R. Rodriguez
2013-12-02 15:46 ` [Cocci] [PATCH 2/2] coccinelle: add .gitignore file Luis R. Rodriguez
2013-12-02 15:57   ` Luis R. Rodriguez
2013-12-02 22:00 ` [Cocci] [PATCH 1/2] coccinelle: mkdir ocaml/coccilib/ upon install SF Markus Elfring
2013-12-03 13:10   ` Peter Senna
2013-12-03 13:42     ` SF Markus Elfring

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.