Ticket #25815: patch-configure.sh.diff

File patch-configure.sh.diff, 561 bytes (added by royliu@…, 14 years ago)

The configure.sh patch with sed line terminators.

  • build/make/configure.sh

    old new  
    375375EOF
    376376
    377377    if enabled rvct; then cat >> $1 << EOF
    378 fmt_deps = sed -e 's;^__image.axf;\$(dir \$@)\$(notdir \$<).o \$@;' #hide
     378fmt_deps = sed -e 's;^__image.axf\$\$;\$(dir \$@)\$(notdir \$<).o \$@;' #hide
    379379EOF
    380380    else cat >> $1 << EOF
    381 fmt_deps = sed -e 's;^\(.*\)\.o;\$(dir \$@)\1\$(suffix \$<).o \$@;' #hide
     381fmt_deps = sed -e 's;^\(.*\)\.o\$\$;\$(dir \$@)\1\$(suffix \$<).o \$@;' #hide
    382382EOF
    383383    fi
    384384