Commit f5178dee authored by Michael Shigorin's avatar Michael Shigorin

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.
parent 08b93554
......@@ -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; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment