framework: target `list' is deprecated now

This commit is contained in:
Franco Fichtner 2016-12-24 09:29:49 +01:00
parent 3406a99f62
commit 0c1d27af8a

View file

@ -11,11 +11,6 @@ PLUGIN_DIRS+= ${_${CATEGORY}}
.endfor
list:
.for PLUGIN_DIR in ${PLUGIN_DIRS}
@echo ${PLUGIN_DIR}
.endfor
list-full:
.for PLUGIN_DIR in ${PLUGIN_DIRS}
@echo ${PLUGIN_DIR} -- $$(${MAKE} -C ${PLUGIN_DIR} -V PLUGIN_COMMENT)
.endfor