From 0c1d27af8a2cee0ab19e1c8fc4d392b7db10cdfa Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sat, 24 Dec 2016 09:29:49 +0100 Subject: [PATCH] framework: target `list' is deprecated now --- Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Makefile b/Makefile index 3e6f48cf3..6f8f2e8f8 100644 --- a/Makefile +++ b/Makefile @@ -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