Trivial patch to avoid so much clutter in the log files.

Cheers,
- Graham


>From dfcef16797c0b4afe109a34421a8bc6f2fb846c9 Mon Sep 17 00:00:00 2001
From: Lilypond Documentation Project <lilyp...@kainhofer.com>
Date: Thu, 11 Jun 2009 19:28:39 +0200
Subject: [PATCH] Remove unneeded warning message if uploads/signatures/ already exists.

---
 lilypond.make |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lilypond.make b/lilypond.make
index 59331cf..0ce811f 100644
--- a/lilypond.make
+++ b/lilypond.make
@@ -188,7 +188,7 @@ unlocked-test-clean:
 	rm -f $(call SIGNATURE_FUNCTION,cached-test-output)
 
 cached-dist-check cached-doc-export cached-test-export:
-	-mkdir uploads/signatures
+	-mkdir -p uploads/signatures
 	if test ! -f  $(call SIGNATURE_FUNCTION,$@) ; then \
 		$(MAKE) $(subst cached,unlocked,$@) \
 		&& touch $(call SIGNATURE_FUNCTION,$@) ; fi
-- 
1.5.6.3

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to