Skip to content

Commit

Permalink
[skip CI] nicer compile output
Browse files Browse the repository at this point in the history
  • Loading branch information
HolgerJeromin committed Dec 17, 2015
1 parent 6b08c9e commit 38717e0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions build/acplt_build.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -475,13 +475,10 @@ proc release_lib_better {libname option} {
set temp [split $libname "/"]
set libnametemp [lindex $temp end]
set libnamepraefix [lindex $temp end-1]
#print_msg "$libnamepraefix"
#print_msg "$releasedir/dev/$libnametemp"


set libs [glob -types d -tails -nocomplain -directory $releasedir/dev/$libnametemp "*"]

#print_msg "$libs"
print_msg "$libnametemp"
print_msg "prepare $libnametemp with release_lib_better"
#lib contains the list of the libs to build
if {[lsearch $libs "source"] > -1 } { set libs $libnametemp }
#correct the paths... lifting libraries up from the "core" dir
Expand Down

0 comments on commit 38717e0

Please sign in to comment.