plugin: add small comment warning

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
Jakub Sztandera 2017-07-16 11:30:15 +02:00
parent 3f00b589d7
commit f07056f146
No known key found for this signature in database
GPG Key ID: 9A9AF56F8B3879BA
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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