Browse Source

further quieten punkcheck on non-windows platforms

master
Julian Noble 3 months ago
parent
commit
509a101532
  1. 6
      src/bootsupport/modules/punk/mix/cli-0.3.1.tm
  2. 6
      src/modules/punk/mix/cli-999999.0a1.0.tm

6
src/bootsupport/modules/punk/mix/cli-0.3.1.tm

@ -602,9 +602,9 @@ namespace eval punk::mix::cli {
} }
#debug for issues on non-windows platforms. #debug for issues on non-windows platforms.
if {$::tcl_platform(platform) ne "windows"} { #if {$::tcl_platform(platform) ne "windows"} {
set is_interesting 1 # set is_interesting 1
} #}
if {$is_interesting} { if {$is_interesting} {
puts "build_modules_from_source_to_base >>> module $current_source_dir/$modpath" puts "build_modules_from_source_to_base >>> module $current_source_dir/$modpath"

6
src/modules/punk/mix/cli-999999.0a1.0.tm

@ -602,9 +602,9 @@ namespace eval punk::mix::cli {
} }
#debug for issues on non-windows platforms. #debug for issues on non-windows platforms.
if {$::tcl_platform(platform) ne "windows"} { #if {$::tcl_platform(platform) ne "windows"} {
set is_interesting 1 # set is_interesting 1
} #}
if {$is_interesting} { if {$is_interesting} {
puts "build_modules_from_source_to_base >>> module $current_source_dir/$modpath" puts "build_modules_from_source_to_base >>> module $current_source_dir/$modpath"

Loading…
Cancel
Save