|
|
|
|
@ -1883,12 +1883,13 @@ sub print_list1 ($$$@$) {
|
|
|
|
|
# rebuild binary package IF |
|
|
|
|
# |
|
|
|
|
# 'unconditional' option |
|
|
|
|
# OR target is tagged as rebuilding |
|
|
|
|
# OR there is no binary package |
|
|
|
|
# OR dependency check found that installed package is not suitable |
|
|
|
|
# OR existing binary package doesn't satisfy wanted options |
|
|
|
|
# |
|
|
|
|
$cmd1 = undef; |
|
|
|
|
if ($uncond || !-f $bpkg || |
|
|
|
|
if ($uncond || $_->{REBUILD} || !-f $bpkg || |
|
|
|
|
!target_suitable(binary_target($_, $bpkg),$with)) { |
|
|
|
|
|
|
|
|
|
$opt = make_defines($_->{OPTIONS}, $with, |
|
|
|
|
|