From 67f05d7dd6881c689c6e5385feff32d81ae05fb8 Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Mon, 13 Sep 2010 17:27:15 +0000 Subject: [PATCH] link TAGS file into builds/ directory, when built. Resolves bug #195 --- Makefile.builds.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile.builds.in b/Makefile.builds.in index 3f5b93b03..83183e4a3 100644 --- a/Makefile.builds.in +++ b/Makefile.builds.in @@ -91,6 +91,12 @@ check test units regress: all regress%: all (cd $(CURRENT_BUILD)/test && $(MAKE) $@) +TAGS tags: + (cd $(CURRENT_BUILD) && $(MAKE) $@) + ln -sf $(CURRENT_BUILD)/TAGS . + +.PHONY: TAGS tags + # any other target than the default doesn't do the extra stuff above %: (cd $(CURRENT_BUILD) && $(MAKE) $@) -- 2.30.2