mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-27 22:10:32 +00:00
* dep-in.sed: Don't modify .o to .lo here. 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, modify .o to .lo here. Use dep.sed here on dependencies, sort and uniq. * Makefile.in: Regenerate.
This commit is contained in:
parent
e50d6125d6
commit
9e097a72c9
@ -1,3 +1,13 @@
|
||||
2009-05-26 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* dep-in.sed: Don't modify .o to .lo here. 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, modify .o to .lo here. Use
|
||||
dep.sed here on dependencies, sort and uniq.
|
||||
* Makefile.in: Regenerate.
|
||||
|
||||
2009-05-25 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* makefile.vms: Add verilog.obj to object list OBJS.
|
||||
|
3948
bfd/Makefile.am
3948
bfd/Makefile.am
File diff suppressed because it is too large
Load Diff
3956
bfd/Makefile.in
3956
bfd/Makefile.in
File diff suppressed because it is too large
Load Diff
@ -3,7 +3,6 @@
|
||||
s/\\\n */ /g
|
||||
t loop
|
||||
|
||||
s!\.o:!.lo:!
|
||||
s! \./! !g
|
||||
s! @BFD_H@!!g
|
||||
s!@SRCDIR@/../include!$(INCDIR)!g
|
||||
@ -11,7 +10,7 @@ s!@TOPDIR@/include!$(INCDIR)!g
|
||||
s!@SRCDIR@/../opcodes!$(srcdir)/../opcodes!g
|
||||
s!@TOPDIR@/opcodes!$(srcdir)/../opcodes!g
|
||||
s!@SRCDIR@/!!g
|
||||
s! hosts/[^ ]*\.h! !g
|
||||
s! hosts/[^ ]*\.h!!g
|
||||
s! sysdep.h!!g
|
||||
s! \.\./bfd/sysdep.h!!g
|
||||
s! libbfd.h!!g
|
||||
@ -21,12 +20,8 @@ s! \$(INCDIR)/ansidecl\.h!!g
|
||||
s! \$(INCDIR)/symcat\.h!!g
|
||||
s! \.\./intl/libintl\.h!!g
|
||||
|
||||
s/\\\n */ /g
|
||||
|
||||
s/ *$//
|
||||
s/ */ /g
|
||||
s/ *:/:/g
|
||||
/:$/d
|
||||
|
||||
s/\(.\{50\}[^ ]*\) /\1 \\\
|
||||
/g
|
||||
s/^ */A/
|
||||
s/ / \\\nB/g
|
||||
$s/$/ \\/
|
||||
|
@ -1,3 +1,13 @@
|
||||
2009-05-26 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* dep-in.sed: Don't modify .o to .lo here. 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, modify .o to .lo here. Use
|
||||
dep.sed here on dependencies, sort and uniq.
|
||||
* Makefile.in: Regenerate.
|
||||
|
||||
2009-05-25 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* makefile.vms (OPT): New variable.
|
||||
|
2264
opcodes/Makefile.am
2264
opcodes/Makefile.am
File diff suppressed because it is too large
Load Diff
2264
opcodes/Makefile.in
2264
opcodes/Makefile.in
File diff suppressed because it is too large
Load Diff
@ -3,7 +3,6 @@
|
||||
s/\\\n */ /g
|
||||
t loop
|
||||
|
||||
s!\.o:!.lo:!
|
||||
s! \./! !g
|
||||
s! @BFD_H@! $(BFD_H)!g
|
||||
s!@INCDIR@!$(INCDIR)!g
|
||||
@ -13,12 +12,8 @@ s!@TOPDIR@/bfd!$(BFDDIR)!g
|
||||
s!@SRCDIR@/!!g
|
||||
s! \.\./intl/libintl\.h!!g
|
||||
|
||||
s/\\\n */ /g
|
||||
|
||||
s/ *$//
|
||||
s/ */ /g
|
||||
s/ *:/:/g
|
||||
/:$/d
|
||||
|
||||
s/\(.\{50\}[^ ]*\) /\1 \\\
|
||||
/g
|
||||
s/^ */A/
|
||||
s/ / \\\nB/g
|
||||
$s/$/ \\/
|
||||
|
Loading…
Reference in New Issue
Block a user