Explorar el Código

Remove the files included only in releases from our tarballs to save space. (Tarballs taken from a snapshot never had these in the first place anyway.)

git-svn-id: file:///var/svn/tigccpp/trunk@938 9552661e-59e3-4036-b4f2-dbe53926924f
kevinkofler hace 17 años
padre
commit
656eb42957
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      tigcc/gcc/cleansources.sh

+ 1 - 0
tigcc/gcc/cleansources.sh

@@ -135,3 +135,4 @@ for name in `grep -v -e "m68k" -e "disass" -e "dis-" tmpfiles.lst`; do rm -f "$n
 ls -A opcodes/*.h >tmpfiles.lst
 for name in `grep -v -e "m68k" -e "disass" -e "dis-" -e "opintl" -e "sysdep" tmpfiles.lst`; do rm -f "$name"; done
 rm -f tmpfiles.lst
+rm -f NEWS gcc/gengtype-lex.c gcc/gengtype-yacc.c gcc/gengtype-yacc.h