[vte] Update git.mk



commit c59dc9252888cf3824f31e307758fd49cf7f9b17
Author: Behdad Esfahbod <behdad behdad org>
Date:   Thu Aug 20 15:25:28 2009 -0400

    Update git.mk

 git.mk |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/git.mk b/git.mk
index 4b742b5..d88d409 100644
--- a/git.mk
+++ b/git.mk
@@ -135,6 +135,7 @@ $(srcdir)/.gitignore: Makefile.am $(top_srcdir)/git.mk
 			$(GITIGNOREFILES) \
 			$(CLEANFILES) \
 			$(PROGRAMS) \
+			$(check_PROGRAMS) \
 			$(EXTRA_PROGRAMS) \
 			$(LTLIBRARIES) \
 			so_locations \
@@ -171,7 +172,7 @@ gitignore-recurse-maybe:
 	fi;
 gitignore-recurse:
 	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
-	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) .gitignore gitignore-recurse); \
+	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) .gitignore gitignore-recurse || echo "Skipping $$subdir"); \
 	done
 gitignore: $(srcdir)/.gitignore gitignore-recurse
 



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