|
|
|
@ -1828,7 +1828,6 @@ if {$::punkboot::command eq "bootsupport"} { |
|
|
|
package vcompare $v1 $v2 |
|
|
|
package vcompare $v1 $v2 |
|
|
|
} |
|
|
|
} |
|
|
|
proc bootsupport_localupdate {projectroot} { |
|
|
|
proc bootsupport_localupdate {projectroot} { |
|
|
|
set bootsupport_modules [list] ;#variable populated by include_modules.config file - review |
|
|
|
|
|
|
|
set sourcefolder $projectroot/src |
|
|
|
set sourcefolder $projectroot/src |
|
|
|
|
|
|
|
|
|
|
|
set bootmodulefolders [glob -nocomplain -dir $sourcefolder/bootsupport -type d -tails modules modules_tcl*] |
|
|
|
set bootmodulefolders [glob -nocomplain -dir $sourcefolder/bootsupport -type d -tails modules modules_tcl*] |
|
|
|
@ -1840,6 +1839,7 @@ if {$::punkboot::command eq "bootsupport"} { |
|
|
|
set which "" |
|
|
|
set which "" |
|
|
|
} |
|
|
|
} |
|
|
|
set bootsupport_config $projectroot/src/bootsupport/modules$which/include_modules.config ;# |
|
|
|
set bootsupport_config $projectroot/src/bootsupport/modules$which/include_modules.config ;# |
|
|
|
|
|
|
|
set bootsupport_modules [list] ;#variable populated by include_modules.config file - initialise empty for each bm folder |
|
|
|
if {[file exists $bootsupport_config]} { |
|
|
|
if {[file exists $bootsupport_config]} { |
|
|
|
set targetroot $projectroot/src/bootsupport/modules$which |
|
|
|
set targetroot $projectroot/src/bootsupport/modules$which |
|
|
|
source $bootsupport_config ;#populate $bootsupport_modules with project-specific list |
|
|
|
source $bootsupport_config ;#populate $bootsupport_modules with project-specific list |
|
|
|
|