mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-23 06:54:30 +01:00
plugins: generate list of plugins more atomically, respect V=1 and --quiet.
I got a corrupt file, which looked like multiple concurrent attempts to build it. So instead, build it in one command, but also use VERBOSE so we print correctly with V=1 (and --quiet). Also move into plugins/ where it logically belongs. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
488b32b003
commit
7260d9ea3d
@@ -18,7 +18,7 @@
|
||||
#include <sys/types.h>
|
||||
|
||||
/* Only this file can include this generated header! */
|
||||
# include <gen_list_of_builtin_plugins.h>
|
||||
# include <plugins/gen_list_of_builtin_plugins.h>
|
||||
|
||||
/* How many seconds may the plugin take to reply to the `getmanifest`
|
||||
* call? This is the maximum delay to `lightningd --help` and until
|
||||
|
||||
Reference in New Issue
Block a user