Date:2012-03-07 01:48:44 (12 years 22 days ago)
Author:Werner Almesberger
Commit:04721daef70f5f1740b2ea731037e5febdbe8204
Message:m1r4/dsv/bomshelf: use less alarmist message when overriding a component

This can be something as harmless as replacing one type of LED with
another one.
Files: m1r4/dsv/bomshelf (1 diff)

Change Details

m1r4/dsv/bomshelf
8181        if (defined $p) {
8282            $cr{$p} = $';
8383            for $c (&csv($')) {
84                warn "\"$c\" (supplement) used for $r{$c} ".
85                    "and $p" if defined $r{$c};
84                warn "$p overrides $r{$c} for $c"
85                    if defined $r{$c};
8686                $r{$c} = $p;
8787            }
8888            next;

Archive Download the corresponding diff file

Branches:
master



interactive