diff options
Diffstat (limited to 'script/handle/make')
-rwxr-xr-x | script/handle/make/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/handle/make/config b/script/handle/make/config index 3b48c986..334e333e 100755 --- a/script/handle/make/config +++ b/script/handle/make/config @@ -114,7 +114,7 @@ handle_defconfig() config="${y}" config_name="${config#$target_dir/config/}" - printf "build/defconfig/%s %s: handling config %s\n" \ + printf "handle/make/config %s %s: handling config %s\n" \ "${project}" "${target}" "${config_name}" [ "${mode}" != "all" ] || check_config || continue |