Repository : http://git.fedorahosted.org/git/?p=secure-coding.git

On branch  : master

>---------------------------------------------------------------

commit d7dedb452d6e8f79999801bf1f6aa8640f162617
Author: Florian Weimer <[email protected]>
Date:   Mon Aug 26 15:23:48 2013 +0200

    Makefile: Do not create subdirectories automatically
    
    This is not needed because we ship the files in the Git repository.


>---------------------------------------------------------------

 defensive-coding/Makefile |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/defensive-coding/Makefile b/defensive-coding/Makefile
index 61f4ee5..08a95c1 100644
--- a/defensive-coding/Makefile
+++ b/defensive-coding/Makefile
@@ -7,7 +7,6 @@ include src/src.mk
 build: build-src build-manual
 
 build-snippets:
-       for p in en-US/* ; do test -d $$p && mkdir -p $$p/snippets; done
        python scripts/split-snippets.py . \
          src/*.c src/*.cpp src/*.java src/*.py
 

--
security mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/security

Reply via email to