Changeset cb7c685 in mainline for uspace/app/binutils/intrusive.sh


Ignore:
Timestamp:
2011-05-19T02:30:26Z (14 years ago)
Author:
Petr Koupy <petr.koupy@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
10a530cc
Parents:
53d9ee9
Message:

Improved syntax for file appending in shell scripts.
Minor improvements in comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/binutils/intrusive.sh

    r53d9ee9 rcb7c685  
    3131#
    3232# This shell script is reserved for intrusive patches (hacks) to binutils
    33 # that are not possible to be done in a clean and isolated way or for
    34 # which doing so would require too much complexity.
     33# that cannot be done in a clean and isolated way or for which doing so
     34# would require too much complexity.
    3535#
    3636
     
    3838        "do")
    3939                # Binutils plugin support is dependent on libdl.so library.
    40                 # By default, the plugin support is switched of for all
     40                # By default, the plugin support is switched off for all
    4141                # configure scripts of binutils. The only exception is configure
    4242                # script of ld 2.21 (and possibly above), where plugin support
Note: See TracChangeset for help on using the changeset viewer.