
26 Nov
2012
26 Nov
'12
1:02 a.m.
sön 2012-11-25 klockan 21:04 +0100 skrev Wolfgang Denk:
Well, these are make targets, so they are definitely case sensitive.
if [ ( $# -eq 2 ) -a ( "$1" = "-A" ) ] ; then # Automatic mode
- line=`egrep -i "^[[:space:]]*${2}[[:space:]]" boards.cfg` || {
- line=`egrep "^[[:space:]]*${2}[[:space:]]" boards.cfg` || {
Did you test what gets broken by this patch?
All normal "make targetname" is unaffected by the change as they are case sensitive.
What gets broken by the change os someone calling
make wronglycasedtargetname_config
Or direct invocation of
./mkconfig -A wronglycasedtargetname
Regards Henrik