move test-build.mk to cygnus_files.
This commit is contained in:
parent
4a4307947e
commit
2822305bb5
1 changed files with 2 additions and 2 deletions
|
@ -21,9 +21,9 @@ keep_these_too="${keep_these_too} .cvsignore CYGNUS autoconf
|
|||
groff include install.sh ispell ld libg++ libgcc libgloss libiberty
|
||||
libio librx libstdc++ m4 make mmalloc move-if-change newlib opcodes
|
||||
pagas patch prms rcs readline sed send-pr shellutils sim tcl textutils
|
||||
tk test-build.mk texinfo tgas utils uudecode wdiff xiberty"
|
||||
tk texinfo tgas utils uudecode wdiff xiberty"
|
||||
|
||||
cygnus_files="release release-info build-all.mk COPYING.NEWLIB"
|
||||
cygnus_files="release release-info build-all.mk test-build.mk COPYING.NEWLIB"
|
||||
|
||||
if ( echo $* | grep keep\-cygnus > /dev/null) ; then
|
||||
keep_these_too="${keep_these_too} ${cygnus_files}"
|
||||
|
|
Loading…
Reference in a new issue