Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/tools/binutils



Module Name:    src
Committed By:   uebayasi
Date:           Mon Nov 19 05:54:04 UTC 2007

Modified Files:
        src/tools/binutils: Makefile

Log Message:
target:
        cmd1 && cmd2 && cmd3

|       |       |
v       v       v

target:
        cmd1
        cmd2
        cmd3

This makes the script (cmd1 && cmd2 && cmd3) slightly easier to debug.  No
functional change expected.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/tools/binutils/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index