]> granicus.if.org Git - fcron/commitdiff
don't include debug files in tar
authorThibault Godouet <fcron@free.fr>
Sat, 10 May 2014 17:20:03 +0000 (18:20 +0100)
committerThibault Godouet <fcron@free.fr>
Sat, 10 May 2014 17:25:14 +0000 (18:25 +0100)
.gitignore
Makefile.in

index d8d45249041d0409e4b7977f7c406ff3919974c3..17c2b5a939e8da7f0d1493a61b21eb4bb10abfc0 100644 (file)
@@ -30,4 +30,4 @@ configure
 tests/test-open*
 tests/test-types*
 tests/test-uidgid*
-
+debug/
index b9767de95f0ee084a58b196d16d33fc65d63afcf..c201904fe667867e3e4581e30b00464f7b82d5c3 100644 (file)
@@ -314,7 +314,7 @@ tar: configure updatedoc vclean ciclean
 
        $(MAKE) -C doc tarclean
 
-       @(find ./ -type f ! -regex '.*RCS.*' ! -regex '.*CVS.*' ! -regex '.*\.git.*'| \
+       @(find ./ -type f ! -regex '.*RCS.*' ! -regex '.*CVS.*' ! -regex '.*\.git.*' ! -regex '.*debug/.*'| \
              sed -e "s:^\./:fcron-$(VERSION)/:" > MANIFEST)
        @(cd ..; ln -s fcron fcron-$(VERSION))
        (cd ..; tar -czvf fcron-$(VERSION).src.tar.gz `cat fcron/MANIFEST`)