mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-28 10:14:21 +01:00
build: avoid printing PLUGIN_BASES on every build.
Debugging left over in 94205c094f.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -233,9 +233,6 @@ plugins/sql: $(PLUGIN_SQL_OBJS) $(PLUGIN_LIB_OBJS) $(PLUGIN_COMMON_OBJS) $(JSMN_
|
||||
ALL_C_HEADERS += plugins/list_of_builtin_plugins_gen.h
|
||||
PLUGIN_BASES := $(PLUGINS:plugins/%=%) $(PY_PLUGINS:plugins/%=%)
|
||||
|
||||
$(info PLUGIN_BASES)
|
||||
$(info $(PLUGIN_BASES))
|
||||
|
||||
plugins/list_of_builtin_plugins_gen.h: plugins/Makefile Makefile config.vars
|
||||
@$(call VERBOSE,GEN $@,echo "static const char *list_of_builtin_plugins[] = { $(PLUGIN_BASES:%=\"%\",) NULL };" > $@)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user