According to the automake faq this is only "hiding errors" and we should be able to do better, but i don't see how (and their examples don't work with -jX). For a clean solution we need to compile lemon for the build host, not the target. git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2298 152afb58-edef-0310-8abb-c4023f1b3aa9svn/tags/lighttpd-1.4.20
parent
9cb47be07f
commit
5ab6fa6fd2
@ -1,3 +1,5 @@
|
||||
SUBDIRS=src doc tests cygwin openwrt
|
||||
|
||||
EXTRA_DIST=autogen.sh SConstruct
|
||||
|
||||
distcleancheck_listfiles = find -type f -exec sh -c 'test -f $(srcdir)/{} || echo {}' ';'
|
||||
|
Loading…
Reference in new issue