s1s0 / toped

Cross platform, open source IC layout editor
http://www.toped.org.uk/
GNU General Public License v2.0
15 stars 8 forks source link

some generate files left after make distclean #161

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Those files:
    find ./ -name Makefile.in -exec rm -f {} \;
    rm -f config.status config.log
    rm -f tpd_ifaces/cif_lex.cc
    rm -f tpd_ifaces/cif_yacc.cc
    rm -f tpd_ifaces/cif_yacc.h
    rm -f tpd_ifaces/cif_yacc.output
    rm -f tpd_parser/tell_lex.cc
    rm -f tpd_parser/tell_yacc.cc
    rm -f tpd_parser/tell_yacc.h
    rm -f tpd_parser/tell_yacc.output

Original issue reported on code.google.com by xian...@openmobilefree.net on 7 Feb 2013 at 3:09

GoogleCodeExporter commented 9 years ago
Fixes in r2364.
I didn't do anything about Makefile.in files. They are cleaned-up by the 
existing automake setup on my distro.

Original comment by krustev....@gmail.com on 10 Feb 2013 at 2:07

GoogleCodeExporter commented 9 years ago
Thanks. I will keep eyes on those Makefile.in in my distro (Debian sid)

Original comment by xian...@openmobilefree.net on 12 Feb 2013 at 12:01

GoogleCodeExporter commented 9 years ago

Original comment by krustev....@gmail.com on 4 Apr 2013 at 10:36