mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-23 12:09:49 +00:00
* dep-in.sed: Don't use \n in replacement part of s command.
* Makefile.am (DEP1): LC_ALL for uniq. * Makefile.in: Regenerate.
This commit is contained in:
parent
26d1917c55
commit
67a648f17a
@ -1,3 +1,9 @@
|
||||
2009-06-04 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* dep-in.sed: Don't use \n in replacement part of s command.
|
||||
* Makefile.am (DEP1): LC_ALL for uniq.
|
||||
* Makefile.in: Regenerate.
|
||||
|
||||
2009-05-26 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* po/id.po: Updated Indonesian translation.
|
||||
|
@ -194,7 +194,8 @@ DEP1: $(gprof_SOURCES)
|
||||
for f in $?; do \
|
||||
$(MKDEP) $(INCLUDES) $(CFLAGS) $$f > DEPA; \
|
||||
sed -n -e '1s/: .*/: \\/p' -e q < DEPA >> DEP2; \
|
||||
sed -e '1s/.*: //' -f dep.sed < DEPA | LC_ALL=C sort | uniq | \
|
||||
sed -e '1s/.*: //' -f dep.sed < DEPA | \
|
||||
LC_ALL=C sort | LC_ALL=C uniq | \
|
||||
sed -e 's/^[AB]/ /' -e '$$s/ \\$$//' >> DEP2; \
|
||||
done
|
||||
rm -f DEPA
|
||||
|
@ -966,7 +966,8 @@ DEP1: $(gprof_SOURCES)
|
||||
for f in $?; do \
|
||||
$(MKDEP) $(INCLUDES) $(CFLAGS) $$f > DEPA; \
|
||||
sed -n -e '1s/: .*/: \\/p' -e q < DEPA >> DEP2; \
|
||||
sed -e '1s/.*: //' -f dep.sed < DEPA | LC_ALL=C sort | uniq | \
|
||||
sed -e '1s/.*: //' -f dep.sed < DEPA | \
|
||||
LC_ALL=C sort | LC_ALL=C uniq | \
|
||||
sed -e 's/^[AB]/ /' -e '$$s/ \\$$//' >> DEP2; \
|
||||
done
|
||||
rm -f DEPA
|
||||
|
@ -15,5 +15,6 @@ s! \.\./intl/libintl\.h!!g
|
||||
s/ *$//
|
||||
s/ */ /g
|
||||
s/^ */A/
|
||||
s/ / \\\nB/g
|
||||
s/ / \\\
|
||||
B/g
|
||||
$s/$/ \\/
|
||||
|
@ -1,3 +1,9 @@
|
||||
2009-06-04 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* dep-in.sed: Don't use \n in replacement part of s command.
|
||||
* Makefile.am (DEP1): LC_ALL for uniq.
|
||||
* Makefile.in: Regenerate.
|
||||
|
||||
2009-06-01 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* scripttempl/elf.sc (PLT): Add "*(.iplt)".
|
||||
|
@ -2022,7 +2022,8 @@ DEP1: $(CFILES) $(GENERATED_CFILES)
|
||||
for f in $?; do \
|
||||
$(MKDEP) $(INCLUDES) $(CFLAGS) $$f > DEPA; \
|
||||
sed -n -e '1s/: .*/: \\/p' -e q < DEPA >> DEP2; \
|
||||
sed -e '1s/.*: //' -f dep.sed < DEPA | LC_ALL=C sort | uniq | \
|
||||
sed -e '1s/.*: //' -f dep.sed < DEPA | \
|
||||
LC_ALL=C sort | LC_ALL=C uniq | \
|
||||
sed -e 's/^[AB]/ /' -e '$$s/ \\$$//' >> DEP2; \
|
||||
done
|
||||
rm -f DEPA
|
||||
|
@ -2827,7 +2827,8 @@ DEP1: $(CFILES) $(GENERATED_CFILES)
|
||||
for f in $?; do \
|
||||
$(MKDEP) $(INCLUDES) $(CFLAGS) $$f > DEPA; \
|
||||
sed -n -e '1s/: .*/: \\/p' -e q < DEPA >> DEP2; \
|
||||
sed -e '1s/.*: //' -f dep.sed < DEPA | LC_ALL=C sort | uniq | \
|
||||
sed -e '1s/.*: //' -f dep.sed < DEPA | \
|
||||
LC_ALL=C sort | LC_ALL=C uniq | \
|
||||
sed -e 's/^[AB]/ /' -e '$$s/ \\$$//' >> DEP2; \
|
||||
done
|
||||
rm -f DEPA
|
||||
|
@ -15,5 +15,6 @@ s! \.\./intl/libintl\.h!!g
|
||||
s/ *$//
|
||||
s/ */ /g
|
||||
s/^ */A/
|
||||
s/ / \\\nB/g
|
||||
s/ / \\\
|
||||
B/g
|
||||
$s/$/ \\/
|
||||
|
@ -1,3 +1,9 @@
|
||||
2009-06-04 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* dep-in.sed: Don't use \n in replacement part of s command.
|
||||
* Makefile.am (DEP1): LC_ALL for uniq.
|
||||
* Makefile.in: Regenerate.
|
||||
|
||||
2009-06-02 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* po/nl.po: Updated Dutch translation.
|
||||
|
@ -654,7 +654,8 @@ DEP1: $(CFILES)
|
||||
for f in $?; do \
|
||||
$(MKDEP) $(INCLUDES) $(CFLAGS) $$f > DEPA; \
|
||||
sed -n -e '1s/\.o: .*/.lo: \\/p' -e q < DEPA >> DEP2; \
|
||||
sed -e '1s/.*: //' -f dep.sed < DEPA | LC_ALL=C sort | uniq | \
|
||||
sed -e '1s/.*: //' -f dep.sed < DEPA | \
|
||||
LC_ALL=C sort | LC_ALL=C uniq | \
|
||||
sed -e 's/^[AB]/ /' -e '$$s/ \\$$//' >> DEP2; \
|
||||
done
|
||||
rm -f DEPA
|
||||
|
@ -1219,7 +1219,8 @@ DEP1: $(CFILES)
|
||||
for f in $?; do \
|
||||
$(MKDEP) $(INCLUDES) $(CFLAGS) $$f > DEPA; \
|
||||
sed -n -e '1s/\.o: .*/.lo: \\/p' -e q < DEPA >> DEP2; \
|
||||
sed -e '1s/.*: //' -f dep.sed < DEPA | LC_ALL=C sort | uniq | \
|
||||
sed -e '1s/.*: //' -f dep.sed < DEPA | \
|
||||
LC_ALL=C sort | LC_ALL=C uniq | \
|
||||
sed -e 's/^[AB]/ /' -e '$$s/ \\$$//' >> DEP2; \
|
||||
done
|
||||
rm -f DEPA
|
||||
|
@ -15,5 +15,6 @@ s! \.\./intl/libintl\.h!!g
|
||||
s/ *$//
|
||||
s/ */ /g
|
||||
s/^ */A/
|
||||
s/ / \\\nB/g
|
||||
s/ / \\\
|
||||
B/g
|
||||
$s/$/ \\/
|
||||
|
Loading…
Reference in New Issue
Block a user