mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-01 18:32:32 +08:00
* dep-in.sed: Output one filename per line with all lines having
continuation backslash. Prefix first line with "A", following lines with "B". * Makefile.am (DEP): Don't use dep.sed here. (DEP1): Run $MKDEP on single files, use dep.sed here on dependencies, sort and uniq. (DEPTC, DEPOBJ, DEP2): Use dep.sed on dependencies, sort and uniq. Emit multi dependencies on one line. * Makefile.in: Regenerate.
This commit is contained in:
@ -1,3 +1,15 @@
|
|||||||
|
2009-05-26 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* dep-in.sed: Output one filename per line with all lines having
|
||||||
|
continuation backslash. Prefix first line with "A", following
|
||||||
|
lines with "B".
|
||||||
|
* Makefile.am (DEP): Don't use dep.sed here.
|
||||||
|
(DEP1): Run $MKDEP on single files, use dep.sed here on dependencies,
|
||||||
|
sort and uniq.
|
||||||
|
(DEPTC, DEPOBJ, DEP2): Use dep.sed on dependencies, sort and uniq.
|
||||||
|
Emit multi dependencies on one line.
|
||||||
|
* Makefile.in: Regenerate.
|
||||||
|
|
||||||
2009-05-25 Tristan Gingold <gingold@adacore.com>
|
2009-05-25 Tristan Gingold <gingold@adacore.com>
|
||||||
|
|
||||||
* makefile.vms: New file to compile gas on VMS.
|
* makefile.vms: New file to compile gas on VMS.
|
||||||
|
4666
gas/Makefile.am
4666
gas/Makefile.am
File diff suppressed because it is too large
Load Diff
5136
gas/Makefile.in
5136
gas/Makefile.in
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,7 @@
|
|||||||
:loop
|
:loop
|
||||||
/\\$/N
|
/\\$/N
|
||||||
/\\$/b loop
|
s/\\\n */ /g
|
||||||
|
t loop
|
||||||
|
|
||||||
s! \.\./! !g
|
s! \.\./! !g
|
||||||
s! \./! !g
|
s! \./! !g
|
||||||
@ -43,11 +44,8 @@ s! symbols\.h!!g
|
|||||||
s! tc\.h!!g
|
s! tc\.h!!g
|
||||||
s! write\.h!!g
|
s! write\.h!!g
|
||||||
|
|
||||||
s/\\\n */ /g
|
|
||||||
|
|
||||||
s/ *$//
|
s/ *$//
|
||||||
s/ */ /g
|
s/ */ /g
|
||||||
/:$/d
|
s/^ */A/
|
||||||
|
s/ / \\\nB/g
|
||||||
s/\(.\{50\}[^ ]*\) /\1 \\\
|
$s/$/ \\/
|
||||||
/g
|
|
||||||
|
Reference in New Issue
Block a user