Keep new configure helpers, update conditional sanitizes
This commit is contained in:
parent
943e243ce7
commit
edda595e38
1 changed files with 4 additions and 2 deletions
|
@ -167,7 +167,9 @@ complaints.h
|
||||||
config
|
config
|
||||||
config.in
|
config.in
|
||||||
configure
|
configure
|
||||||
|
configure.host
|
||||||
configure.in
|
configure.in
|
||||||
|
configure.tgt
|
||||||
convex-tdep.c
|
convex-tdep.c
|
||||||
convex-xdep.c
|
convex-xdep.c
|
||||||
copying.awk
|
copying.awk
|
||||||
|
@ -472,7 +474,7 @@ else
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
arc_files="configure.in configure ChangeLog-95"
|
arc_files="configure.tgt ChangeLog-95"
|
||||||
|
|
||||||
if ( echo $* | grep keep\-arc > /dev/null ) ; then
|
if ( echo $* | grep keep\-arc > /dev/null ) ; then
|
||||||
for i in $arc_files ; do
|
for i in $arc_files ; do
|
||||||
|
@ -501,7 +503,7 @@ else
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
d10v_files="configure.in configure ChangeLog"
|
d10v_files="configure.tgt ChangeLog"
|
||||||
|
|
||||||
if ( echo $* | grep keep\-d10v > /dev/null ) ; then
|
if ( echo $* | grep keep\-d10v > /dev/null ) ; then
|
||||||
for i in $d10v_files ; do
|
for i in $d10v_files ; do
|
||||||
|
|
Loading…
Add table
Reference in a new issue