mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-05 00:36:22 +00:00
split change log
This commit is contained in:
parent
4372f33ffb
commit
cdc49cba99
@ -26,6 +26,7 @@ Things-to-keep:
|
||||
CONTRIBUTORS
|
||||
COPYING
|
||||
ChangeLog
|
||||
ChangeLog.1
|
||||
Makefile.in
|
||||
NEWS
|
||||
NOTES
|
||||
@ -106,7 +107,7 @@ Things-to-lose:
|
||||
|
||||
Do-last:
|
||||
|
||||
i960xl_files=ChangeLog
|
||||
i960xl_files="ChangeLog ChangeLog.1"
|
||||
if ( echo $* | grep keep\-i960xl > /dev/null ) ; then
|
||||
if [ -n "${verbose}" ] ; then
|
||||
echo Keeping i960xl stuff in $i960xl_files.
|
||||
@ -130,7 +131,7 @@ else
|
||||
fi
|
||||
fi
|
||||
|
||||
sh3e_files="ChangeLog"
|
||||
sh3e_files="ChangeLog ChangeLog.1"
|
||||
if ( echo $* | grep keep\-sh3e > /dev/null ) ; then
|
||||
if [ -n "${verbose}" ] ; then
|
||||
echo Keeping sh3e stuff in $sh3e_files.
|
||||
@ -154,7 +155,7 @@ else
|
||||
fi
|
||||
fi
|
||||
|
||||
rce_files="configure.in as.c configure ChangeLog Makefile.in"
|
||||
rce_files="configure.in as.c configure ChangeLog Makefile.in ChangeLog.1"
|
||||
|
||||
if ( echo $* | grep keep\-rce > /dev/null ) ; then
|
||||
for i in $rce_files ; do
|
||||
@ -183,7 +184,7 @@ else
|
||||
done
|
||||
fi
|
||||
|
||||
arc_files="ChangeLog configure.in configure Makefile.in"
|
||||
arc_files="ChangeLog configure.in configure Makefile.in ChangeLog.1"
|
||||
if ( echo $* | grep keep\-arc > /dev/null ) ; then
|
||||
for i in $arc_files ; do
|
||||
if test ! -d $i && (grep sanitize-arc $i > /dev/null) ; then
|
||||
|
12587
gas/ChangeLog
12587
gas/ChangeLog
File diff suppressed because it is too large
Load Diff
12586
gas/ChangeLog.1
Normal file
12586
gas/ChangeLog.1
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user