From f5178dee01e0d4a29bdec5574d35011b46be0fe8 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Wed, 14 Sep 2011 10:02:44 +0300 Subject: [PATCH] features.in/cleanup: auto-add feature tag The extra tag to filter on was omitted while moving the code from features.in/cleanup/generate.mk into the more generic features.in/Makefile; fixed. Auto-added tags will definitely see an overhaul when it's more clear what can be done with them. --- features.in/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features.in/Makefile b/features.in/Makefile index bb82bbac..aaf07d23 100644 --- a/features.in/Makefile +++ b/features.in/Makefile @@ -40,7 +40,7 @@ all: fi; \ if [ -d "tagged/$$scr" ]; then \ pushd "tagged/$$scr" && \ - echo "($$src || $$dst)" \ + echo "$$feat && ($$src || $$dst)" \ | tags2lists . \ | xargs -r cp -v -pLt "$$scriptdir" --; \ popd; \