|
From: <tim...@en...> - 2006-07-12 16:40:44
|
Lars Hecking wrote: > Nobody replied to this section: > > Timoth?e Lecomte writes: > =20 >> Ethan Merritt wrote: >> =20 > [...]=20 > =20 >> Now 'make distcheck' seems to go almost to its completion, but ends up= =20 >> like that : >> >> make[2]: quittant le r?pertoire ?=20 >> /home/tipote/gnuplot-cvs2/gnuplot-4.1.0/_build ? >> rm -f config.status config.cache config.log configure.lineno=20 >> configure.status.lineno >> rm -f Makefile >> ERROR: files left in build directory after distclean: >> ./demo/temp.dat >> =20 > [...] > > This is a real bummer - by default, make dist includes *.dat, there ar= e > really too many to list individually. Can whoever added this (Ethan?) > rename temp.dat so it doesn't have a .dat extension? tempdat.tmp maybe= ? > > Thanks. > =20 Ethan solved the problem by adding temp.dat to CLEANFILES in=20 docs/Makefile.am.in Timoth=E9e |