- e.g. when acpi is not compiled, now we can include it
- the script still fails if a symbol from a non existent binary is
found in the profile log
commands/service/service
drivers/ahci/ahci
+drivers/acpi/acpi
drivers/amddev/amddev
drivers/at_wini/at_wini
drivers/atl2/atl2
$fullname = $src_root . $exe;
if ((! -x $fullname) || (! -r $fullname)) {
- print "\nERROR: $fullname does not exist or not readable.\n";
+ print "\nWARNING: $fullname does not exist or not readable.\n";
print "Did you do a make?\n";
- return 1;
+ next;
}
if (`file $fullname | grep NSYM`) {