mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
plugin: add small comment warning
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
parent
3f00b589d7
commit
f07056f146
@ -1,7 +1,7 @@
|
||||
include mk/header.mk
|
||||
|
||||
$(d)/preload.go: d:=$(d)
|
||||
$(d)/preload.go: $(d)/preload_list
|
||||
$(d)/preload.go: $(d)/preload_list $(d)/preload.sh
|
||||
$(d)/preload.sh > $@
|
||||
go fmt $@ >/dev/null
|
||||
|
||||
|
||||
@ -20,6 +20,11 @@ done | sort -u
|
||||
cat <<EOL
|
||||
)
|
||||
|
||||
|
||||
// DO NOT EDIT THIS FILE
|
||||
// This file is being generated as part of plugin build process
|
||||
// To change it, modify the plugin/loader/preload.sh
|
||||
|
||||
var preloadPlugins = []plugin.Plugin{
|
||||
EOL
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user