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.
This commit is contained in:
Michael Shigorin 2011-09-14 10:02:44 +03:00
parent 08b935545a
commit f5178dee01

View File

@ -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; \