[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[developers-reference] 04/06: ignore directory



This is an automated email from the git hooks/post-receive script.

henrich pushed a commit to branch master
in repository developers-reference.

commit ec242bbcad6b2c6b8b557a67b3146929870ecdf7
Author: Hideki Yamane <henrich@debian.org>
Date:   Sun Jun 12 07:58:20 2016 +0900

    ignore directory
    
    It's useful for build during debugging
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 19ccf31..4903f79 100644
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,7 @@ validate:			$(SOURCES)
 
 .PHONY: css
 css:
-	mkdir $(CURDIR)/images
+	-mkdir $(CURDIR)/images
 	cd $(DIMG) && cp caution.png important.png note.png tip.png up.gif warning.png $(CURDIR)/images
 	cd $(CURDIR)/pngfile && cp *.png $(CURDIR)/images
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/developers-reference.git


Reply to: