distcheck1.5-is-stupid

Christian Stimming stimming at tuhh.de
Mon Nov 7 04:23:35 EST 2005


Neil Williams schrieb:
> Can this workaround now be removed?
> 
> The change is over 2 years old:
> http://lists.gnucash.org/pipermail/gnucash-patches/2003-January/011451.html
> 
> FC3 appears to have automake1.9 and the problem would appear to be long fixed.

Do you mean the lines copied below from top-level Makefile.am should be 
removed? Fine with me.

I guess you have the most unusual build system of the developers here 
anyway, so if it builds fine at your place, then simply remove it :-)

Christian



distcleancheck_listfiles = \
   find -type f -exec sh -c 'test -f ${srcdir}/{} || echo {}' ';'

# ack this is stupid
distcheck-hook:
	: > "$(distdir)/=build/distcleancheck1.5-is-stupid"

distclean-local:
	-test -f distcleancheck1.5-is-stupid \
	&& rm -f distcleancheck1.5-is-stupid \
	&& find . -type f -exec sh -c 'test -f ${srcdir}/{} && rm -f {}' ';'


More information about the gnucash-devel mailing list