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:
parent
08b935545a
commit
f5178dee01
@ -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; \
|
||||
|
Loading…
Reference in New Issue
Block a user