From d1416ea5b52037fc32aa15b98bb28b01a67e0e02 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Wed, 29 Jun 2016 06:49:20 +0930 Subject: [PATCH] TAGS: don't go into git dirs. Things get quite confusing when this happens. Signed-off-by: Rusty Russell --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7a64bb49a..493a4ff66 100644 --- a/Makefile +++ b/Makefile @@ -261,7 +261,7 @@ check-source: check-makefile check-source-bolt \ full-check: check $(TEST_PROGRAMS) check-source TAGS: FORCE - $(RM) TAGS; find . -name '*.[ch]' | xargs etags --append + $(RM) TAGS; find * -name '*.[ch]' | xargs etags --append FORCE:: ccan/ccan/cdump/tools/cdump-enumstr: ccan/ccan/cdump/tools/cdump-enumstr.o $(CDUMP_OBJS) $(CCAN_OBJS)