* 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:
Alan Modra
2009-05-26 03:19:50 +00:00
parent 9e097a72c9
commit 5de4cd1336
4 changed files with 7097 additions and 2729 deletions

View File

@ -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.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -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